Html Css Color HEX #9AE4EA Blizzard Blue

📋 copy color: '#9AE4EA'

red 154 ◦ green 228 ◦ blue 234

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

Shades of Blizzard Blue #9AE4EA

Tints of Blizzard Blue #9AE4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

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

R = 25%
G = 37.01%
B = 37.99%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AE4EA (or 0x9AE4EA) is known color: Blizzard Blue. HEX triplet: 9A, E4 and EA. RGB value is (154,228,234). Sum of RGB (Red+Green+Blue) = 154+228+234=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE4EA is #651B15. Grayscale: #CECECE. Windows color (decimal): -6626070 or 15393946. OLE color: 15393946.

HSL color Cylindrical-coordinate representation of color #9AE4EA: hue angle of 184.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE4EA is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 228 234 -
CMYK 0.34 0.03 0 0.08
HSL 184.5º 0.66% 0.76% -
HSV(B) 184.5º 0.34% 0.92% -
XYZ 55.92 68.3 88.08 -
YUV 206.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 154 228 234 0.34 0.03 0 0.08 184.5 0.66 0.76
Hex 9A E4 EA 22 3 0 8 B8 42 4C
Octal 232 344 352 42 3 0 10 270 102 114
Binary 10011010 11100100 11101010 100010 11 0 1000 10111000 1000010 1001100

Color Harmonies of #9AE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE4EA

Black with #9AE4EA

Text Example


Text Example

White with #9AE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,228,234); }

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

background-color css

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

 a { background-color: rgb(154,228,234); }

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

border-color css

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

 span { border-color: rgb(154,228,234); }

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