Html Css Color HEX #AAECFA Blizzard Blue

📋 copy color: '#AAECFA'

red 170 ◦ green 236 ◦ blue 250

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

Shades of Blizzard Blue #AAECFA

Tints of Blizzard Blue #AAECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.98%

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

R = 25.91%
G = 35.98%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAECFA (or 0xAAECFA) is known color: Blizzard Blue. HEX triplet: AA, EC and FA. RGB value is (170,236,250). Sum of RGB (Red+Green+Blue) = 170+236+250=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECFA is #551305. Grayscale: #D9D9D9. Windows color (decimal): -5575430 or 16444586. OLE color: 16444586.

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

Color convert

RGB 170 236 250 -
CMYK 0.32 0.06 0 0.02
HSL 190.5º 0.89% 0.82% -
HSV(B) 190.5º 0.32% 0.98% -
XYZ 63.83 75.44 101.64 -
YUV 217.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 170 236 250 0.32 0.06 0 0.02 190.5 0.89 0.82
Hex AA EC FA 20 6 0 2 BE 59 52
Octal 252 354 372 40 6 0 2 276 131 122
Binary 10101010 11101100 11111010 100000 110 0 10 10111110 1011001 1010010

Color Harmonies of #AAECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECFA

Black with #AAECFA

Text Example


Text Example

White with #AAECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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