Html Css Color HEX #96C9F9 Light Sky Blue

📋 copy color: '#96C9F9'

red 150 ◦ green 201 ◦ blue 249

#96C9F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #96C9F9

Tints of Light Sky Blue #96C9F9

RGB

 RED value IS 150 (58.98% from 255) = 25%

 GREEN value IS 201 (78.91% from 255) = 33.5%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 25%
G = 33.5%
B = 41.5%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96C9F9 (or 0x96C9F9) is known color: Light Sky Blue. HEX triplet: 96, C9 and F9. RGB value is (150,201,249). Sum of RGB (Red+Green+Blue) = 150+201+249=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #96C9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9F9 is #693606. Grayscale: #BEBEBE. Windows color (decimal): -6895111 or 16370070. OLE color: 16370070.

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

Color convert

RGB 150 201 249 -
CMYK 0.40 0.19 0 0.02
HSL 209.09º 0.89% 0.78% -
HSV(B) 209.09º 0.4% 0.98% -
XYZ 50.56 55.1 97.59 -
YUV 191.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 150 201 249 0.40 0.19 0 0.02 209.09 0.89 0.78
Hex 96 C9 F9 28 13 0 2 D1 59 4E
Octal 226 311 371 50 23 0 2 321 131 116
Binary 10010110 11001001 11111001 101000 10011 0 10 11010001 1011001 1001110

Color Harmonies of #96C9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C9F9

Black with #96C9F9

Text Example


Text Example

White with #96C9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C9F9;
 }
 .AnyTagClassName
 {
   color: #96C9F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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