#96BFFA

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

Shades of Light Sky Blue #96BFFA

Tints of Light Sky Blue #96BFFA

Color information

#96BFFA (or 0x96BFFA) is unknown color: approx Light Sky Blue. HEX triplet: 96, BF and FA. RGB value is (150,191,250). Sum of RGB (Red+Green+Blue) = 150+191+250=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #96BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFFA is #694005. Grayscale: #B9B9B9. Windows color (decimal): -6897670 or 16433046. OLE color: 16433046.

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

Color convert

RGB150191250-
CMYK0.40.2400.02
HSL215.4º90.91%78.43%-
HSV(B)215.4º40%98.04%-
XYZ48.4650.6597.66-
YUV185.47164.42102.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=25.38%
G=32.32%
B=42.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501912500.40.2400.02215.490.9178.43
Hex96BFFA281802d75b4e
Octal226277372503002327133116
Binary100101101011111111111010101000110000101101011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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