#96F5FD

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

Shades of Electric Blue #96F5FD

Tints of Electric Blue #96F5FD

Color information

#96F5FD (or 0x96F5FD) is unknown color: approx Electric Blue. HEX triplet: 96, F5 and FD. RGB value is (150,245,253). Sum of RGB (Red+Green+Blue) = 150+245+253=648 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.15% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #96F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5FD is #690A02. Grayscale: #D9D9D9. Windows color (decimal): -6883843 or 16643478. OLE color: 16643478.

HSL color Cylindrical-coordinate representation of color #96F5FD: hue angle of 184.66º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F5FD is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150245253-
CMYK0.410.0300.01
HSL184.66º96.26%79.02%-
HSV(B)184.66º40.71%99.22%-
XYZ62.9678.88104.84-
YUV217.51148.0379.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.15%
GREEN value IS 245 (96.09% from 255) = 37.81%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=23.15%
G=37.81%
B=39.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502452530.410.0300.01184.6696.2679.02
Hex96F5FD29301b9604f
Octal22636537551301271140117
Binary10010110111101011111110110100111011011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,253); }

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

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

 a { background-color: rgb(150,245,253); }

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

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

 span { border-color: rgb(150,245,253); }

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