Html Css Color HEX #96EDE4 Blizzard Blue

📋 copy color: '#96EDE4'

red 150 ◦ green 237 ◦ blue 228

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

Shades of Blizzard Blue #96EDE4

Tints of Blizzard Blue #96EDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.07%

R = 24.39%
G = 38.54%
B = 37.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#96EDE4 (or 0x96EDE4) is known color: Blizzard Blue. HEX triplet: 96, ED and E4. RGB value is (150,237,228). Sum of RGB (Red+Green+Blue) = 150+237+228=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDE4 is #69121B. Grayscale: #D1D1D1. Windows color (decimal): -6885916 or 15003030. OLE color: 15003030.

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

Color convert

RGB 150 237 228 -
CMYK 0.37 0 0.04 0.07
HSL 173.79º 0.71% 0.76% -
HSV(B) 173.79º 0.37% 0.93% -
XYZ 56.87 72.65 84.43 -
YUV 209.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 150 237 228 0.37 0 0.04 0.07 173.79 0.71 0.76
Hex 96 ED E4 25 0 4 7 AE 47 4C
Octal 226 355 344 45 0 4 7 256 107 114
Binary 10010110 11101101 11100100 100101 0 100 111 10101110 1000111 1001100

Color Harmonies of #96EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDE4

Black with #96EDE4

Text Example


Text Example

White with #96EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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