#96FEFA

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

Shades of Electric Blue #96FEFA

Tints of Electric Blue #96FEFA

Color information

#96FEFA (or 0x96FEFA) is unknown color: approx Electric Blue. HEX triplet: 96, FE and FA. RGB value is (150,254,250). Sum of RGB (Red+Green+Blue) = 150+254+250=654 (86% of max value = 765). Red value is 150 (58.98% from 255 or 22.94% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEFA is #690105. Grayscale: #DEDEDE. Windows color (decimal): -6881542 or 16449174. OLE color: 16449174.

HSL color Cylindrical-coordinate representation of color #96FEFA: hue angle of 177.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEFA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB150254250-
CMYK0.4100.020.00
HSL177.69º98.11%79.22%-
HSV(B)177.69º40.94%99.61%-
XYZ65.2784.27103.27-
YUV222.45143.5476.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 22.94%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=22.94%
G=38.84%
B=38.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502542500.4100.020.00177.6998.1179.22
Hex96FEFA29020b2624f
Octal22637637251020262142117
Binary10010110111111101111101010100101001011001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FEFA; }

 p { color: rgb(150,254,250); }

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

<style>
 a { background-color: #96FEFA; }

 a { background-color: rgb(150,254,250); }

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

<style>
 span { border-color: #96FEFA; }

 span { border-color: rgb(150,254,250); }

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