Html Css Color HEX #AFB3CF Echo Blue

📋 copy color: '#AFB3CF'

red 175 ◦ green 179 ◦ blue 207

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

Shades of Echo Blue #AFB3CF

Tints of Echo Blue #AFB3CF

RGB

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

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

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

R = 31.19%
G = 31.91%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFB3CF (or 0xAFB3CF) is known color: Echo Blue. HEX triplet: AF, B3 and CF. RGB value is (175,179,207). Sum of RGB (Red+Green+Blue) = 175+179+207=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CF is #504C30. Grayscale: #B4B4B4. Windows color (decimal): -5262385 or 13611951. OLE color: 13611951.

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

Color convert

RGB 175 179 207 -
CMYK 0.15 0.14 0 0.19
HSL 232.5º 0.25% 0.75% -
HSV(B) 232.5º 0.15% 0.81% -
XYZ 45.06 45.86 65.51 -
YUV 181 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 175 179 207 0.15 0.14 0 0.19 232.5 0.25 0.75
Hex AF B3 CF F E 0 13 E8 19 4B
Octal 257 263 317 17 16 0 23 350 31 113
Binary 10101111 10110011 11001111 1111 1110 0 10011 11101000 11001 1001011

Color Harmonies of #AFB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3CF

Black with #AFB3CF

Text Example


Text Example

White with #AFB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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