#96CBFA

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

Shades of Light Sky Blue #96CBFA

Tints of Light Sky Blue #96CBFA

Color information

#96CBFA (or 0x96CBFA) is unknown color: approx Light Sky Blue. HEX triplet: 96, CB and FA. RGB value is (150,203,250). Sum of RGB (Red+Green+Blue) = 150+203+250=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #96CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBFA is #693405. Grayscale: #C0C0C0. Windows color (decimal): -6894598 or 16436118. OLE color: 16436118.

HSL color Cylindrical-coordinate representation of color #96CBFA: hue angle of 208.2º 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 #96CBFA is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150203250-
CMYK0.40.1900.02
HSL208.2º90.91%78.43%-
HSV(B)208.2º40%98.04%-
XYZ51.1956.198.57-
YUV192.51160.4497.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=24.88%
G=33.67%
B=41.46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502032500.40.1900.02208.290.9178.43
Hex96CBFA281302d05b4e
Octal226313372502302320133116
Binary100101101100101111111010101000100110101101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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