Html Css Color HEX #AFB8C4 Echo Blue

📋 copy color: '#AFB8C4'

red 175 ◦ green 184 ◦ blue 196

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

Shades of Echo Blue #AFB8C4

Tints of Echo Blue #AFB8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 31.53%
G = 33.15%
B = 35.32%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFB8C4 (or 0xAFB8C4) is known color: Echo Blue. HEX triplet: AF, B8 and C4. RGB value is (175,184,196). Sum of RGB (Red+Green+Blue) = 175+184+196=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8C4 is #50473B. Grayscale: #B6B6B6. Windows color (decimal): -5261116 or 12892335. OLE color: 12892335.

HSL color Cylindrical-coordinate representation of color #AFB8C4: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB8C4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 184 196 -
CMYK 0.11 0.06 0 0.23
HSL 214.29º 0.15% 0.73% -
HSV(B) 214.29º 0.11% 0.77% -
XYZ 44.78 47.38 59.01 -
YUV 182.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 175 184 196 0.11 0.06 0 0.23 214.29 0.15 0.73
Hex AF B8 C4 B 6 0 17 D6 F 49
Octal 257 270 304 13 6 0 27 326 17 111
Binary 10101111 10111000 11000100 1011 110 0 10111 11010110 1111 1001001

Color Harmonies of #AFB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8C4

Black with #AFB8C4

Text Example


Text Example

White with #AFB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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