#96CCFA

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

Shades of Light Sky Blue #96CCFA

Tints of Light Sky Blue #96CCFA

Color information

#96CCFA (or 0x96CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 96, CC and FA. RGB value is (150,204,250). Sum of RGB (Red+Green+Blue) = 150+204+250=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #96CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCFA is #693305. Grayscale: #C0C0C0. Windows color (decimal): -6894342 or 16436374. OLE color: 16436374.

HSL color Cylindrical-coordinate representation of color #96CCFA: hue angle of 207.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96CCFA is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150204250-
CMYK0.40.1800.02
HSL207.6º90.91%78.43%-
HSV(B)207.6º40%98.04%-
XYZ51.4356.5798.65-
YUV193.1160.1197.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.83%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=24.83%
G=33.77%
B=41.39%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502042500.40.1800.02207.690.9178.43
Hex96CCFA281202d05b4e
Octal226314372502202320133116
Binary100101101100110011111010101000100100101101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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