Html Css Color HEX #96C0FB Light Sky Blue

📋 copy color: '#96C0FB'

red 150 ◦ green 192 ◦ blue 251

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

Shades of Light Sky Blue #96C0FB

Tints of Light Sky Blue #96C0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 25.3%
G = 32.38%
B = 42.33%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96C0FB (or 0x96C0FB) is known color: Light Sky Blue. HEX triplet: 96, C0 and FB. RGB value is (150,192,251). Sum of RGB (Red+Green+Blue) = 150+192+251=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #96C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0FB is #693F04. Grayscale: #B9B9B9. Windows color (decimal): -6897413 or 16498838. OLE color: 16498838.

HSL color Cylindrical-coordinate representation of color #96C0FB: hue angle of 215.05º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C0FB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 192 251 -
CMYK 0.40 0.24 0 0.02
HSL 215.05º 0.93% 0.79% -
HSV(B) 215.05º 0.4% 0.98% -
XYZ 48.84 51.15 98.57 -
YUV 186.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 150 192 251 0.40 0.24 0 0.02 215.05 0.93 0.79
Hex 96 C0 FB 28 18 0 2 D7 5D 4F
Octal 226 300 373 50 30 0 2 327 135 117
Binary 10010110 11000000 11111011 101000 11000 0 10 11010111 1011101 1001111

Color Harmonies of #96C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0FB

Black with #96C0FB

Text Example


Text Example

White with #96C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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