Html Css Color HEX #96C9FE Light Sky Blue

📋 copy color: '#96C9FE'

red 150 ◦ green 201 ◦ blue 254

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

Shades of Light Sky Blue #96C9FE

Tints of Light Sky Blue #96C9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 24.79%
G = 33.22%
B = 41.98%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96C9FE (or 0x96C9FE) is known color: Light Sky Blue. HEX triplet: 96, C9 and FE. RGB value is (150,201,254). Sum of RGB (Red+Green+Blue) = 150+201+254=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #96C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9FE is #693601. Grayscale: #BFBFBF. Windows color (decimal): -6895106 or 16697750. OLE color: 16697750.

HSL color Cylindrical-coordinate representation of color #96C9FE: hue angle of 210.58º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C9FE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 201 254 -
CMYK 0.41 0.21 0 0.00
HSL 210.58º 0.98% 0.79% -
HSV(B) 210.58º 0.41% 1% -
XYZ 51.35 55.41 101.76 -
YUV 191.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 150 201 254 0.41 0.21 0 0.00 210.58 0.98 0.79
Hex 96 C9 FE 29 15 0 0 D3 62 4F
Octal 226 311 376 51 25 0 0 323 142 117
Binary 10010110 11001001 11111110 101001 10101 0 0 11010011 1100010 1001111

Color Harmonies of #96C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C9FE

Black with #96C9FE

Text Example


Text Example

White with #96C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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