Html Css Color HEX #96C7FB Light Sky Blue

📋 copy color: '#96C7FB'

red 150 ◦ green 199 ◦ blue 251

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

Shades of Light Sky Blue #96C7FB

Tints of Light Sky Blue #96C7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.17%

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

R = 25%
G = 33.17%
B = 41.83%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96C7FB (or 0x96C7FB) is known color: Light Sky Blue. HEX triplet: 96, C7 and FB. RGB value is (150,199,251). Sum of RGB (Red+Green+Blue) = 150+199+251=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #96C7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C7FB is #693804. Grayscale: #BEBEBE. Windows color (decimal): -6895621 or 16500630. OLE color: 16500630.

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

Color convert

RGB 150 199 251 -
CMYK 0.40 0.21 0 0.02
HSL 210.89º 0.93% 0.79% -
HSV(B) 210.89º 0.4% 0.98% -
XYZ 50.41 54.3 99.09 -
YUV 190.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 150 199 251 0.40 0.21 0 0.02 210.89 0.93 0.79
Hex 96 C7 FB 28 15 0 2 D3 5D 4F
Octal 226 307 373 50 25 0 2 323 135 117
Binary 10010110 11000111 11111011 101000 10101 0 10 11010011 1011101 1001111

Color Harmonies of #96C7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C7FB

Black with #96C7FB

Text Example


Text Example

White with #96C7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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