Html Css Color HEX #AAEDFA Blizzard Blue

📋 copy color: '#AAEDFA'

red 170 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #AAEDFA

Tints of Blizzard Blue #AAEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.07%

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 25.88%
G = 36.07%
B = 38.05%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEDFA (or 0xAAEDFA) is known color: Blizzard Blue. HEX triplet: AA, ED and FA. RGB value is (170,237,250). Sum of RGB (Red+Green+Blue) = 170+237+250=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDFA is #551205. Grayscale: #DADADA. Windows color (decimal): -5575174 or 16444842. OLE color: 16444842.

HSL color Cylindrical-coordinate representation of color #AAEDFA: hue angle of 189.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDFA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 237 250 -
CMYK 0.32 0.05 0 0.02
HSL 189.75º 0.89% 0.82% -
HSV(B) 189.75º 0.32% 0.98% -
XYZ 64.12 76.02 101.74 -
YUV 218.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 170 237 250 0.32 0.05 0 0.02 189.75 0.89 0.82
Hex AA ED FA 20 5 0 2 BE 59 52
Octal 252 355 372 40 5 0 2 276 131 122
Binary 10101010 11101101 11111010 100000 101 0 10 10111110 1011001 1010010

Color Harmonies of #AAEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDFA

Black with #AAEDFA

Text Example


Text Example

White with #AAEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDFA; }

 p { color: rgb(170,237,250); }

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

background-color css

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

 a { background-color: rgb(170,237,250); }

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

border-color css

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

 span { border-color: rgb(170,237,250); }

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