Html Css Color HEX #AFB4CF Echo Blue

📋 copy color: '#AFB4CF'

red 175 ◦ green 180 ◦ blue 207

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

Shades of Echo Blue #AFB4CF

Tints of Echo Blue #AFB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.03%

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 31.14%
G = 32.03%
B = 36.83%

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

#AFB4CF (or 0xAFB4CF) is known color: Echo Blue. HEX triplet: AF, B4 and CF. RGB value is (175,180,207). Sum of RGB (Red+Green+Blue) = 175+180+207=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4CF is #504B30. Grayscale: #B5B5B5. Windows color (decimal): -5262129 or 13612207. OLE color: 13612207.

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

Color convert

RGB 175 180 207 -
CMYK 0.15 0.13 0 0.19
HSL 230.63º 0.25% 0.75% -
HSV(B) 230.63º 0.15% 0.81% -
XYZ 45.26 46.26 65.58 -
YUV 181.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 175 180 207 0.15 0.13 0 0.19 230.63 0.25 0.75
Hex AF B4 CF F D 0 13 E7 19 4B
Octal 257 264 317 17 15 0 23 347 31 113
Binary 10101111 10110100 11001111 1111 1101 0 10011 11100111 11001 1001011

Color Harmonies of #AFB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4CF

Black with #AFB4CF

Text Example


Text Example

White with #AFB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4CF; }

 p { color: rgb(175,180,207); }

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

background-color css

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

 a { background-color: rgb(175,180,207); }

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

border-color css

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

 span { border-color: rgb(175,180,207); }

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