Html Css Color HEX #96DCEC Blizzard Blue

📋 copy color: '#96DCEC'

red 150 ◦ green 220 ◦ blue 236

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

Shades of Blizzard Blue #96DCEC

Tints of Blizzard Blue #96DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 24.75%
G = 36.3%
B = 38.94%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96DCEC (or 0x96DCEC) is known color: Blizzard Blue. HEX triplet: 96, DC and EC. RGB value is (150,220,236). Sum of RGB (Red+Green+Blue) = 150+220+236=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #96DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCEC is #692313. Grayscale: #C8C8C8. Windows color (decimal): -6890260 or 15522966. OLE color: 15522966.

HSL color Cylindrical-coordinate representation of color #96DCEC: hue angle of 191.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DCEC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 220 236 -
CMYK 0.36 0.07 0 0.07
HSL 191.16º 0.69% 0.76% -
HSV(B) 191.16º 0.36% 0.93% -
XYZ 53.31 63.73 88.85 -
YUV 200.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 150 220 236 0.36 0.07 0 0.07 191.16 0.69 0.76
Hex 96 DC EC 24 7 0 7 BF 45 4C
Octal 226 334 354 44 7 0 7 277 105 114
Binary 10010110 11011100 11101100 100100 111 0 111 10111111 1000101 1001100

Color Harmonies of #96DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCEC

Black with #96DCEC

Text Example


Text Example

White with #96DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,236); }

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

background-color css

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

 a { background-color: rgb(150,220,236); }

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

border-color css

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

 span { border-color: rgb(150,220,236); }

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