#96BCFC

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

Shades of Light Sky Blue #96BCFC

Tints of Light Sky Blue #96BCFC

Color information

#96BCFC (or 0x96BCFC) is unknown color: approx Light Sky Blue. HEX triplet: 96, BC and FC. RGB value is (150,188,252). Sum of RGB (Red+Green+Blue) = 150+188+252=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #96BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCFC is #694303. Grayscale: #B7B7B7. Windows color (decimal): -6898436 or 16563350. OLE color: 16563350.

HSL color Cylindrical-coordinate representation of color #96BCFC: hue angle of 217.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BCFC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150188252-
CMYK0.400.2500.01
HSL217.65º94.44%78.82%-
HSV(B)217.65º40.48%98.82%-
XYZ48.1349.4899.11-
YUV183.93166.41103.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.42%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=25.42%
G=31.86%
B=42.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501882520.400.2500.01217.6594.4478.82
Hex96BCFC281901da5e4f
Octal226274374503101332136117
Binary10010110101111001111110010100011001011101101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,252); }

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

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

 a { background-color: rgb(150,188,252); }

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

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

 span { border-color: rgb(150,188,252); }

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