Html Css Color HEX #96E6ED Blizzard Blue

📋 copy color: '#96E6ED'

red 150 ◦ green 230 ◦ blue 237

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

Shades of Blizzard Blue #96E6ED

Tints of Blizzard Blue #96E6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.28%

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 24.31%
G = 37.28%
B = 38.41%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96E6ED (or 0x96E6ED) is known color: Blizzard Blue. HEX triplet: 96, E6 and ED. RGB value is (150,230,237). Sum of RGB (Red+Green+Blue) = 150+230+237=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #96E6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E6ED is #691912. Grayscale: #CECECE. Windows color (decimal): -6887699 or 15591062. OLE color: 15591062.

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

Color convert

RGB 150 230 237 -
CMYK 0.37 0.03 0 0.07
HSL 184.83º 0.71% 0.76% -
HSV(B) 184.83º 0.37% 0.93% -
XYZ 56.16 69.19 90.52 -
YUV 206.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 150 230 237 0.37 0.03 0 0.07 184.83 0.71 0.76
Hex 96 E6 ED 25 3 0 7 B9 47 4C
Octal 226 346 355 45 3 0 7 271 107 114
Binary 10010110 11100110 11101101 100101 11 0 111 10111001 1000111 1001100

Color Harmonies of #96E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E6ED

Black with #96E6ED

Text Example


Text Example

White with #96E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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