Html Css Color HEX #96CBFF Light Sky Blue

📋 copy color: '#96CBFF'

red 150 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #96CBFF

Tints of Light Sky Blue #96CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.39%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 24.67%
G = 33.39%
B = 41.94%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96CBFF (or 0x96CBFF) is known color: Light Sky Blue. HEX triplet: 96, CB and FF. RGB value is (150,203,255). Sum of RGB (Red+Green+Blue) = 150+203+255=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #96CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBFF is #693400. Grayscale: #C0C0C0. Windows color (decimal): -6894593 or 16763798. OLE color: 16763798.

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

Color convert

RGB 150 203 255 -
CMYK 0.41 0.20 0 0
HSL 209.71º 1% 0.79% -
HSV(B) 209.71º 0.41% 1% -
XYZ 51.98 56.42 102.76 -
YUV 193.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 150 203 255 0.41 0.20 0 0 209.71 1 0.79
Hex 96 CB FF 29 14 0 0 D2 64 4F
Octal 226 313 377 51 24 0 0 322 144 117
Binary 10010110 11001011 11111111 101001 10100 0 0 11010010 1100100 1001111

Color Harmonies of #96CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBFF

Black with #96CBFF

Text Example


Text Example

White with #96CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,255); }

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

background-color css

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

 a { background-color: rgb(150,203,255); }

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

border-color css

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

 span { border-color: rgb(150,203,255); }

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