Html Css Color HEX #AAEEFE Blizzard Blue

📋 copy color: '#AAEEFE'

red 170 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #AAEEFE

Tints of Blizzard Blue #AAEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.95%

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

R = 25.68%
G = 35.95%
B = 38.37%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAEEFE (or 0xAAEEFE) is known color: Blizzard Blue. HEX triplet: AA, EE and FE. RGB value is (170,238,254). Sum of RGB (Red+Green+Blue) = 170+238+254=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEFE is #551101. Grayscale: #DBDBDB. Windows color (decimal): -5574914 or 16707242. OLE color: 16707242.

HSL color Cylindrical-coordinate representation of color #AAEEFE: hue angle of 191.43º 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 #AAEEFE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 238 254 -
CMYK 0.33 0.06 0 0.00
HSL 191.43º 0.98% 0.83% -
HSV(B) 191.43º 0.33% 1% -
XYZ 65.04 76.85 105.17 -
YUV 219.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 170 238 254 0.33 0.06 0 0.00 191.43 0.98 0.83
Hex AA EE FE 21 6 0 0 BF 62 53
Octal 252 356 376 41 6 0 0 277 142 123
Binary 10101010 11101110 11111110 100001 110 0 0 10111111 1100010 1010011

Color Harmonies of #AAEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEFE

Black with #AAEEFE

Text Example


Text Example

White with #AAEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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