Html Css Color HEX #96EDEF Blizzard Blue

📋 copy color: '#96EDEF'

red 150 ◦ green 237 ◦ blue 239

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

Shades of Blizzard Blue #96EDEF

Tints of Blizzard Blue #96EDEF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.86%

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 23.96%
G = 37.86%
B = 38.18%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96EDEF (or 0x96EDEF) is known color: Blizzard Blue. HEX triplet: 96, ED and EF. RGB value is (150,237,239). Sum of RGB (Red+Green+Blue) = 150+237+239=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #96EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDEF is #691210. Grayscale: #D3D3D3. Windows color (decimal): -6885905 or 15723926. OLE color: 15723926.

HSL color Cylindrical-coordinate representation of color #96EDEF: hue angle of 181.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDEF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 237 239 -
CMYK 0.37 0.01 0 0.06
HSL 181.35º 0.74% 0.76% -
HSV(B) 181.35º 0.37% 0.94% -
XYZ 58.44 73.28 92.73 -
YUV 211.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 150 237 239 0.37 0.01 0 0.06 181.35 0.74 0.76
Hex 96 ED EF 25 1 0 6 B5 4A 4C
Octal 226 355 357 45 1 0 6 265 112 114
Binary 10010110 11101101 11101111 100101 1 0 110 10110101 1001010 1001100

Color Harmonies of #96EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDEF

Black with #96EDEF

Text Example


Text Example

White with #96EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,239); }

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

background-color css

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

 a { background-color: rgb(150,237,239); }

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

border-color css

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

 span { border-color: rgb(150,237,239); }

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