Html Css Color HEX #96C0FE Light Sky Blue

📋 copy color: '#96C0FE'

red 150 ◦ green 192 ◦ blue 254

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

Shades of Light Sky Blue #96C0FE

Tints of Light Sky Blue #96C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

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

R = 25.17%
G = 32.21%
B = 42.62%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96C0FE (or 0x96C0FE) is known color: Light Sky Blue. HEX triplet: 96, C0 and FE. RGB value is (150,192,254). Sum of RGB (Red+Green+Blue) = 150+192+254=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #96C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0FE is #693F01. Grayscale: #BABABA. Windows color (decimal): -6897410 or 16695446. OLE color: 16695446.

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

Color convert

RGB 150 192 254 -
CMYK 0.41 0.24 0 0.00
HSL 215.77º 0.98% 0.79% -
HSV(B) 215.77º 0.41% 1% -
XYZ 49.32 51.34 101.08 -
YUV 186.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 150 192 254 0.41 0.24 0 0.00 215.77 0.98 0.79
Hex 96 C0 FE 29 18 0 0 D8 62 4F
Octal 226 300 376 51 30 0 0 330 142 117
Binary 10010110 11000000 11111110 101001 11000 0 0 11011000 1100010 1001111

Color Harmonies of #96C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0FE

Black with #96C0FE

Text Example


Text Example

White with #96C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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