Html Css Color HEX #96EDE7 Blizzard Blue

📋 copy color: '#96EDE7'

red 150 ◦ green 237 ◦ blue 231

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

Shades of Blizzard Blue #96EDE7

Tints of Blizzard Blue #96EDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.38%

R = 24.27%
G = 38.35%
B = 37.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#96EDE7 (or 0x96EDE7) is known color: Blizzard Blue. HEX triplet: 96, ED and E7. RGB value is (150,237,231). Sum of RGB (Red+Green+Blue) = 150+237+231=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDE7 is #691218. Grayscale: #D2D2D2. Windows color (decimal): -6885913 or 15199638. OLE color: 15199638.

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

Color convert

RGB 150 237 231 -
CMYK 0.37 0 0.03 0.07
HSL 175.86º 0.71% 0.76% -
HSV(B) 175.86º 0.37% 0.93% -
XYZ 57.29 72.82 86.64 -
YUV 210.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 150 237 231 0.37 0 0.03 0.07 175.86 0.71 0.76
Hex 96 ED E7 25 0 3 7 B0 47 4C
Octal 226 355 347 45 0 3 7 260 107 114
Binary 10010110 11101101 11100111 100101 0 11 111 10110000 1000111 1001100

Color Harmonies of #96EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDE7

Black with #96EDE7

Text Example


Text Example

White with #96EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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