Html Css Color HEX #AAAFCE Echo Blue

📋 copy color: '#AAAFCE'

red 170 ◦ green 175 ◦ blue 206

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

Shades of Echo Blue #AAAFCE

Tints of Echo Blue #AAAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 30.85%
G = 31.76%
B = 37.39%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAAFCE (or 0xAAAFCE) is known color: Echo Blue. HEX triplet: AA, AF and CE. RGB value is (170,175,206). Sum of RGB (Red+Green+Blue) = 170+175+206=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFCE is #555031. Grayscale: #B0B0B0. Windows color (decimal): -5591090 or 13545386. OLE color: 13545386.

HSL color Cylindrical-coordinate representation of color #AAAFCE: hue angle of 231.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAFCE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 175 206 -
CMYK 0.17 0.15 0 0.19
HSL 231.67º 0.27% 0.74% -
HSV(B) 231.67º 0.17% 0.81% -
XYZ 43.05 43.66 64.55 -
YUV 177.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 170 175 206 0.17 0.15 0 0.19 231.67 0.27 0.74
Hex AA AF CE 11 F 0 13 E8 1B 4A
Octal 252 257 316 21 17 0 23 350 33 112
Binary 10101010 10101111 11001110 10001 1111 0 10011 11101000 11011 1001010

Color Harmonies of #AAAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFCE

Black with #AAAFCE

Text Example


Text Example

White with #AAAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFCE; }

 p { color: rgb(170,175,206); }

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

background-color css

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

 a { background-color: rgb(170,175,206); }

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

border-color css

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

 span { border-color: rgb(170,175,206); }

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