Html Css Color HEX #AFB3CA Echo Blue

📋 copy color: '#AFB3CA'

red 175 ◦ green 179 ◦ blue 202

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

Shades of Echo Blue #AFB3CA

Tints of Echo Blue #AFB3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 31.47%
G = 32.19%
B = 36.33%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFB3CA (or 0xAFB3CA) is known color: Echo Blue. HEX triplet: AF, B3 and CA. RGB value is (175,179,202). Sum of RGB (Red+Green+Blue) = 175+179+202=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CA is #504C35. Grayscale: #B4B4B4. Windows color (decimal): -5262390 or 13284271. OLE color: 13284271.

HSL color Cylindrical-coordinate representation of color #AFB3CA: hue angle of 231.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB3CA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 179 202 -
CMYK 0.13 0.11 0 0.21
HSL 231.11º 0.2% 0.74% -
HSV(B) 231.11º 0.13% 0.79% -
XYZ 44.46 45.62 62.34 -
YUV 180.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 175 179 202 0.13 0.11 0 0.21 231.11 0.2 0.74
Hex AF B3 CA D B 0 15 E7 14 4A
Octal 257 263 312 15 13 0 25 347 24 112
Binary 10101111 10110011 11001010 1101 1011 0 10101 11100111 10100 1001010

Color Harmonies of #AFB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3CA

Black with #AFB3CA

Text Example


Text Example

White with #AFB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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