Html Css Color HEX #AFB8CE Echo Blue

📋 copy color: '#AFB8CE'

red 175 ◦ green 184 ◦ blue 206

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

Shades of Echo Blue #AFB8CE

Tints of Echo Blue #AFB8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.57%

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

R = 30.97%
G = 32.57%
B = 36.46%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB8CE (or 0xAFB8CE) is known color: Echo Blue. HEX triplet: AF, B8 and CE. RGB value is (175,184,206). Sum of RGB (Red+Green+Blue) = 175+184+206=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CE is #504731. Grayscale: #B7B7B7. Windows color (decimal): -5261106 or 13547695. OLE color: 13547695.

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

Color convert

RGB 175 184 206 -
CMYK 0.15 0.11 0 0.19
HSL 222.58º 0.24% 0.75% -
HSV(B) 222.58º 0.15% 0.81% -
XYZ 45.96 47.85 65.21 -
YUV 183.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 175 184 206 0.15 0.11 0 0.19 222.58 0.24 0.75
Hex AF B8 CE F B 0 13 DF 18 4B
Octal 257 270 316 17 13 0 23 337 30 113
Binary 10101111 10111000 11001110 1111 1011 0 10011 11011111 11000 1001011

Color Harmonies of #AFB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8CE

Black with #AFB8CE

Text Example


Text Example

White with #AFB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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