Html Css Color HEX #96EAEF Blizzard Blue

📋 copy color: '#96EAEF'

red 150 ◦ green 234 ◦ blue 239

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

Shades of Blizzard Blue #96EAEF

Tints of Blizzard Blue #96EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

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

R = 24.08%
G = 37.56%
B = 38.36%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96EAEF (or 0x96EAEF) is known color: Blizzard Blue. HEX triplet: 96, EA and EF. RGB value is (150,234,239). Sum of RGB (Red+Green+Blue) = 150+234+239=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #96EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAEF is #691510. Grayscale: #D1D1D1. Windows color (decimal): -6886673 or 15723158. OLE color: 15723158.

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

Color convert

RGB 150 234 239 -
CMYK 0.37 0.02 0 0.06
HSL 183.37º 0.74% 0.76% -
HSV(B) 183.37º 0.37% 0.94% -
XYZ 57.58 71.56 92.44 -
YUV 209.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 150 234 239 0.37 0.02 0 0.06 183.37 0.74 0.76
Hex 96 EA EF 25 2 0 6 B7 4A 4C
Octal 226 352 357 45 2 0 6 267 112 114
Binary 10010110 11101010 11101111 100101 10 0 110 10110111 1001010 1001100

Color Harmonies of #96EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAEF

Black with #96EAEF

Text Example


Text Example

White with #96EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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