Html Css Color HEX #96C2FC Light Sky Blue

📋 copy color: '#96C2FC'

red 150 ◦ green 194 ◦ blue 252

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

Shades of Light Sky Blue #96C2FC

Tints of Light Sky Blue #96C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.55%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 25.17%
G = 32.55%
B = 42.28%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96C2FC (or 0x96C2FC) is known color: Light Sky Blue. HEX triplet: 96, C2 and FC. RGB value is (150,194,252). Sum of RGB (Red+Green+Blue) = 150+194+252=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #96C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2FC is #693D03. Grayscale: #BBBBBB. Windows color (decimal): -6896900 or 16564886. OLE color: 16564886.

HSL color Cylindrical-coordinate representation of color #96C2FC: hue angle of 214.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C2FC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 194 252 -
CMYK 0.40 0.23 0 0.01
HSL 214.12º 0.94% 0.79% -
HSV(B) 214.12º 0.4% 0.99% -
XYZ 49.44 52.1 99.55 -
YUV 187.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 150 194 252 0.40 0.23 0 0.01 214.12 0.94 0.79
Hex 96 C2 FC 28 17 0 1 D6 5E 4F
Octal 226 302 374 50 27 0 1 326 136 117
Binary 10010110 11000010 11111100 101000 10111 0 1 11010110 1011110 1001111

Color Harmonies of #96C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2FC

Black with #96C2FC

Text Example


Text Example

White with #96C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,252); }

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

background-color css

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

 a { background-color: rgb(150,194,252); }

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

border-color css

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

 span { border-color: rgb(150,194,252); }

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