Html Css Color HEX #9AE5E0 Blizzard Blue

📋 copy color: '#9AE5E0'

red 154 ◦ green 229 ◦ blue 224

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

Shades of Blizzard Blue #9AE5E0

Tints of Blizzard Blue #9AE5E0

RGB

 RED value IS 154 (60.55% from 255) = 25.37%

 GREEN value IS 229 (89.84% from 255) = 37.73%

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 25.37%
G = 37.73%
B = 36.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#9AE5E0 (or 0x9AE5E0) is known color: Blizzard Blue. HEX triplet: 9A, E5 and E0. RGB value is (154,229,224). Sum of RGB (Red+Green+Blue) = 154+229+224=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5E0 is #651A1F. Grayscale: #CDCDCD. Windows color (decimal): -6625824 or 14738842. OLE color: 14738842.

HSL color Cylindrical-coordinate representation of color #9AE5E0: hue angle of 176º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5E0 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 229 224 -
CMYK 0.33 0 0.02 0.10
HSL 176º 0.59% 0.75% -
HSV(B) 176º 0.33% 0.9% -
XYZ 54.8 68.29 80.81 -
YUV 206.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 154 229 224 0.33 0 0.02 0.10 176 0.59 0.75
Hex 9A E5 E0 21 0 2 A B0 3B 4B
Octal 232 345 340 41 0 2 12 260 73 113
Binary 10011010 11100101 11100000 100001 0 10 1010 10110000 111011 1001011

Color Harmonies of #9AE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE5E0

Black with #9AE5E0

Text Example


Text Example

White with #9AE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE5E0; }

 p { color: rgb(154,229,224); }

 H1.HeaderClassName
 {
   color: #9AE5E0;
 }
 .AnyTagClassName
 {
   color: #9AE5E0;
 }
</style>

background-color css

<style>
 a { background-color: #9AE5E0; }

 a { background-color: rgb(154,229,224); }

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

border-color css

<style>
 span { border-color: #9AE5E0; }

 span { border-color: rgb(154,229,224); }

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