#88F9FA

Color #88F9FA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #88F9FA

Tints of Electric Blue #88F9FA

Color information

#88F9FA (or 0x88F9FA) is unknown color: approx Electric Blue. HEX triplet: 88, F9 and FA. RGB value is (136,249,250). Sum of RGB (Red+Green+Blue) = 136+249+250=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #88F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F9FA is #770605. Grayscale: #D7D7D7. Windows color (decimal): -7800326 or 16447880. OLE color: 16447880.

HSL color Cylindrical-coordinate representation of color #88F9FA: hue angle of 180.53º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88F9FA is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136249250-
CMYK0.460.0000.02
HSL180.53º91.94%75.69%-
HSV(B)180.53º45.6%98.04%-
XYZ61.2879.89102.63-
YUV215.33147.5671.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 21.42%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=21.42%
G=39.21%
B=39.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362492500.460.0000.02180.5391.9475.69
Hex88F9FA2E002b55c4c
Octal21037137256002265134114
Binary10001000111110011111101010111000101011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88F9FA; }

 p { color: rgb(136,249,250); }

 H1.HeaderClassName
 {
   color: #88F9FA;
 }
 .AnyTagClassName
 {
   color: #88F9FA;
 }
</style>
background-color css

<style>
 a { background-color: #88F9FA; }

 a { background-color: rgb(136,249,250); }

 div.DivClassName
 {
   background-color: #88F9FA;
 }
 .BgClassName
 {
   background-color: #88F9FA;
 }
</style>
border-color css

<style>
 span { border-color: #88F9FA; }

 span { border-color: rgb(136,249,250); }

 td.TdClassName
 {
   border-color: #88F9FA;
 }
 .TagClassName
 {
   border-color: #88F9FA;
 }
</style>