Html Css Color HEX #96E8EF Blizzard Blue

📋 copy color: '#96E8EF'

red 150 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #96E8EF

Tints of Blizzard Blue #96E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.36%

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

R = 24.15%
G = 37.36%
B = 38.49%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96E8EF (or 0x96E8EF) is known color: Blizzard Blue. HEX triplet: 96, E8 and EF. RGB value is (150,232,239). Sum of RGB (Red+Green+Blue) = 150+232+239=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #96E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E8EF is #691710. Grayscale: #D0D0D0. Windows color (decimal): -6887185 or 15722646. OLE color: 15722646.

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

Color convert

RGB 150 232 239 -
CMYK 0.37 0.03 0 0.06
HSL 184.72º 0.74% 0.76% -
HSV(B) 184.72º 0.37% 0.94% -
XYZ 57.01 70.43 92.25 -
YUV 208.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 150 232 239 0.37 0.03 0 0.06 184.72 0.74 0.76
Hex 96 E8 EF 25 3 0 6 B9 4A 4C
Octal 226 350 357 45 3 0 6 271 112 114
Binary 10010110 11101000 11101111 100101 11 0 110 10111001 1001010 1001100

Color Harmonies of #96E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E8EF

Black with #96E8EF

Text Example


Text Example

White with #96E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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