Html Css Color HEX #AFB6CE Echo Blue

📋 copy color: '#AFB6CE'

red 175 ◦ green 182 ◦ blue 206

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

Shades of Echo Blue #AFB6CE

Tints of Echo Blue #AFB6CE

RGB

 RED value IS 175 (68.75% from 255) = 31.08%

 GREEN value IS 182 (71.48% from 255) = 32.33%

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

R = 31.08%
G = 32.33%
B = 36.59%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB6CE (or 0xAFB6CE) is known color: Echo Blue. HEX triplet: AF, B6 and CE. RGB value is (175,182,206). Sum of RGB (Red+Green+Blue) = 175+182+206=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6CE is #504931. Grayscale: #B6B6B6. Windows color (decimal): -5261618 or 13547183. OLE color: 13547183.

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

Color convert

RGB 175 182 206 -
CMYK 0.15 0.12 0 0.19
HSL 226.45º 0.24% 0.75% -
HSV(B) 226.45º 0.15% 0.81% -
XYZ 45.55 47.03 65.07 -
YUV 182.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 175 182 206 0.15 0.12 0 0.19 226.45 0.24 0.75
Hex AF B6 CE F C 0 13 E2 18 4B
Octal 257 266 316 17 14 0 23 342 30 113
Binary 10101111 10110110 11001110 1111 1100 0 10011 11100010 11000 1001011

Color Harmonies of #AFB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6CE

Black with #AFB6CE

Text Example


Text Example

White with #AFB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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