#96BFFD

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

Shades of Light Sky Blue #96BFFD

Tints of Light Sky Blue #96BFFD

Color information

#96BFFD (or 0x96BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 96, BF and FD. RGB value is (150,191,253). Sum of RGB (Red+Green+Blue) = 150+191+253=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #96BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFFD is #694002. Grayscale: #B9B9B9. Windows color (decimal): -6897667 or 16629654. OLE color: 16629654.

HSL color Cylindrical-coordinate representation of color #96BFFD: hue angle of 216.12º 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 #96BFFD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150191253-
CMYK0.410.2500.01
HSL216.12º96.26%79.02%-
HSV(B)216.12º40.71%99.22%-
XYZ48.9450.84100.16-
YUV185.81165.92102.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.25%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=25.25%
G=32.15%
B=42.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501912530.410.2500.01216.1296.2679.02
Hex96BFFD291901d8604f
Octal226277375513101330140117
Binary10010110101111111111110110100111001011101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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