Html Css Color HEX #99EDE7 Blizzard Blue

📋 copy color: '#99EDE7'

red 153 ◦ green 237 ◦ blue 231

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

Shades of Blizzard Blue #99EDE7

Tints of Blizzard Blue #99EDE7

RGB

 RED value IS 153 (60.16% from 255) = 24.64%

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

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

R = 24.64%
G = 38.16%
B = 37.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#99EDE7 (or 0x99EDE7) is known color: Blizzard Blue. HEX triplet: 99, ED and E7. RGB value is (153,237,231). Sum of RGB (Red+Green+Blue) = 153+237+231=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDE7 is #661218. Grayscale: #D3D3D3. Windows color (decimal): -6689305 or 15199641. OLE color: 15199641.

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

Color convert

RGB 153 237 231 -
CMYK 0.35 0 0.03 0.07
HSL 175.71º 0.7% 0.76% -
HSV(B) 175.71º 0.35% 0.93% -
XYZ 57.84 73.11 86.66 -
YUV 211.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 153 237 231 0.35 0 0.03 0.07 175.71 0.7 0.76
Hex 99 ED E7 23 0 3 7 B0 46 4C
Octal 231 355 347 43 0 3 7 260 106 114
Binary 10011001 11101101 11100111 100011 0 11 111 10110000 1000110 1001100

Color Harmonies of #99EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDE7

Black with #99EDE7

Text Example


Text Example

White with #99EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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