Html Css Color HEX #AAEAFE Blizzard Blue

📋 copy color: '#AAEAFE'

red 170 ◦ green 234 ◦ blue 254

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

Shades of Blizzard Blue #AAEAFE

Tints of Blizzard Blue #AAEAFE

RGB

 RED value IS 170 (66.8% from 255) = 25.84%

 GREEN value IS 234 (91.8% from 255) = 35.56%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 25.84%
G = 35.56%
B = 38.6%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAEAFE (or 0xAAEAFE) is known color: Blizzard Blue. HEX triplet: AA, EA and FE. RGB value is (170,234,254). Sum of RGB (Red+Green+Blue) = 170+234+254=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAFE is #551501. Grayscale: #D9D9D9. Windows color (decimal): -5575938 or 16706218. OLE color: 16706218.

HSL color Cylindrical-coordinate representation of color #AAEAFE: hue angle of 194.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEAFE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 234 254 -
CMYK 0.33 0.08 0 0.00
HSL 194.29º 0.98% 0.83% -
HSV(B) 194.29º 0.33% 1% -
XYZ 63.89 74.55 104.79 -
YUV 217.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 170 234 254 0.33 0.08 0 0.00 194.29 0.98 0.83
Hex AA EA FE 21 8 0 0 C2 62 53
Octal 252 352 376 41 10 0 0 302 142 123
Binary 10101010 11101010 11111110 100001 1000 0 0 11000010 1100010 1010011

Color Harmonies of #AAEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAFE

Black with #AAEAFE

Text Example


Text Example

White with #AAEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAFE; }

 p { color: rgb(170,234,254); }

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

background-color css

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

 a { background-color: rgb(170,234,254); }

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

border-color css

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

 span { border-color: rgb(170,234,254); }

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