#96C9FD

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

Shades of Light Sky Blue #96C9FD

Tints of Light Sky Blue #96C9FD

Color information

#96C9FD (or 0x96C9FD) is unknown color: approx Light Sky Blue. HEX triplet: 96, C9 and FD. RGB value is (150,201,253). Sum of RGB (Red+Green+Blue) = 150+201+253=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9FD is #693602. Grayscale: #BFBFBF. Windows color (decimal): -6895107 or 16632214. OLE color: 16632214.

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

Color convert

RGB150201253-
CMYK0.410.2100.01
HSL210.29º96.26%79.02%-
HSV(B)210.29º40.71%99.22%-
XYZ51.1955.35100.91-
YUV191.68162.698.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.83%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=24.83%
G=33.28%
B=41.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502012530.410.2100.01210.2996.2679.02
Hex96C9FD291501d2604f
Octal226311375512501322140117
Binary10010110110010011111110110100110101011101001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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