Html Css Color HEX #AFB3CE Echo Blue

📋 copy color: '#AFB3CE'

red 175 ◦ green 179 ◦ blue 206

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

Shades of Echo Blue #AFB3CE

Tints of Echo Blue #AFB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.96%

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

R = 31.25%
G = 31.96%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB3CE (or 0xAFB3CE) is known color: Echo Blue. HEX triplet: AF, B3 and CE. RGB value is (175,179,206). Sum of RGB (Red+Green+Blue) = 175+179+206=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CE is #504C31. Grayscale: #B4B4B4. Windows color (decimal): -5262386 or 13546415. OLE color: 13546415.

HSL color Cylindrical-coordinate representation of color #AFB3CE: hue angle of 232.26º 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 #AFB3CE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 179 206 -
CMYK 0.15 0.13 0 0.19
HSL 232.26º 0.24% 0.75% -
HSV(B) 232.26º 0.15% 0.81% -
XYZ 44.94 45.81 64.87 -
YUV 180.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 175 179 206 0.15 0.13 0 0.19 232.26 0.24 0.75
Hex AF B3 CE F D 0 13 E8 18 4B
Octal 257 263 316 17 15 0 23 350 30 113
Binary 10101111 10110011 11001110 1111 1101 0 10011 11101000 11000 1001011

Color Harmonies of #AFB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3CE

Black with #AFB3CE

Text Example


Text Example

White with #AFB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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