Html Css Color HEX #99EBEA Blizzard Blue

📋 copy color: '#99EBEA'

red 153 ◦ green 235 ◦ blue 234

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

Shades of Blizzard Blue #99EBEA

Tints of Blizzard Blue #99EBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 24.6%
G = 37.78%
B = 37.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#99EBEA (or 0x99EBEA) is known color: Blizzard Blue. HEX triplet: 99, EB and EA. RGB value is (153,235,234). Sum of RGB (Red+Green+Blue) = 153+235+234=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBEA is #661415. Grayscale: #D2D2D2. Windows color (decimal): -6689814 or 15395737. OLE color: 15395737.

HSL color Cylindrical-coordinate representation of color #99EBEA: hue angle of 179.27º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBEA is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 235 234 -
CMYK 0.35 0 0.00 0.08
HSL 179.27º 0.67% 0.76% -
HSV(B) 179.27º 0.35% 0.92% -
XYZ 57.7 72.13 88.72 -
YUV 210.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 153 235 234 0.35 0 0.00 0.08 179.27 0.67 0.76
Hex 99 EB EA 23 0 0 8 B3 43 4C
Octal 231 353 352 43 0 0 10 263 103 114
Binary 10011001 11101011 11101010 100011 0 0 1000 10110011 1000011 1001100

Color Harmonies of #99EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EBEA

Black with #99EBEA

Text Example


Text Example

White with #99EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,235,234); }

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

background-color css

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

 a { background-color: rgb(153,235,234); }

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

border-color css

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

 span { border-color: rgb(153,235,234); }

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