Html Css Color HEX #AFB3C4 Echo Blue

📋 copy color: '#AFB3C4'

red 175 ◦ green 179 ◦ blue 196

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

Shades of Echo Blue #AFB3C4

Tints of Echo Blue #AFB3C4

RGB

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

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

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

R = 31.82%
G = 32.55%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFB3C4 (or 0xAFB3C4) is known color: Echo Blue. HEX triplet: AF, B3 and C4. RGB value is (175,179,196). Sum of RGB (Red+Green+Blue) = 175+179+196=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3C4 is #504C3B. Grayscale: #B3B3B3. Windows color (decimal): -5262396 or 12891055. OLE color: 12891055.

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

Color convert

RGB 175 179 196 -
CMYK 0.11 0.09 0 0.23
HSL 228.57º 0.15% 0.73% -
HSV(B) 228.57º 0.11% 0.77% -
XYZ 43.76 45.34 58.67 -
YUV 179.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 175 179 196 0.11 0.09 0 0.23 228.57 0.15 0.73
Hex AF B3 C4 B 9 0 17 E5 F 49
Octal 257 263 304 13 11 0 27 345 17 111
Binary 10101111 10110011 11000100 1011 1001 0 10111 11100101 1111 1001001

Color Harmonies of #AFB3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3C4

Black with #AFB3C4

Text Example


Text Example

White with #AFB3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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