Html Css Color HEX #AAEFFE Blizzard Blue

📋 copy color: '#AAEFFE'

red 170 ◦ green 239 ◦ blue 254

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

Shades of Blizzard Blue #AAEFFE

Tints of Blizzard Blue #AAEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.05%

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

R = 25.64%
G = 36.05%
B = 38.31%

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

#AAEFFE (or 0xAAEFFE) is known color: Blizzard Blue. HEX triplet: AA, EF and FE. RGB value is (170,239,254). Sum of RGB (Red+Green+Blue) = 170+239+254=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFFE is #551001. Grayscale: #DBDBDB. Windows color (decimal): -5574658 or 16707498. OLE color: 16707498.

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

Color convert

RGB 170 239 254 -
CMYK 0.33 0.06 0 0.00
HSL 190.71º 0.98% 0.83% -
HSV(B) 190.71º 0.33% 1% -
XYZ 65.33 77.43 105.27 -
YUV 220.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 170 239 254 0.33 0.06 0 0.00 190.71 0.98 0.83
Hex AA EF FE 21 6 0 0 BF 62 53
Octal 252 357 376 41 6 0 0 277 142 123
Binary 10101010 11101111 11111110 100001 110 0 0 10111111 1100010 1010011

Color Harmonies of #AAEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFFE

Black with #AAEFFE

Text Example


Text Example

White with #AAEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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