#96C8F9

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

Shades of Light Sky Blue #96C8F9

Tints of Light Sky Blue #96C8F9

Color information

#96C8F9 (or 0x96C8F9) is unknown color: approx Light Sky Blue. HEX triplet: 96, C8 and F9. RGB value is (150,200,249). Sum of RGB (Red+Green+Blue) = 150+200+249=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #96C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8F9 is #693706. Grayscale: #BEBEBE. Windows color (decimal): -6895367 or 16369814. OLE color: 16369814.

HSL color Cylindrical-coordinate representation of color #96C8F9: hue angle of 209.7º degrees, saturation: 0.89, 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 #96C8F9 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150200249-
CMYK0.400.2000.02
HSL209.7º89.19%78.24%-
HSV(B)209.7º39.76%97.65%-
XYZ50.3354.6397.51-
YUV190.64160.9499.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.04%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=25.04%
G=33.39%
B=41.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502002490.400.2000.02209.789.1978.24
Hex96C8F9281402d2594e
Octal226310371502402322131116
Binary100101101100100011111001101000101000101101001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,249); }

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

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

 a { background-color: rgb(150,200,249); }

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

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

 span { border-color: rgb(150,200,249); }

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