Html Css Color HEX #AFB3CB Echo Blue

📋 copy color: '#AFB3CB'

red 175 ◦ green 179 ◦ blue 203

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

Shades of Echo Blue #AFB3CB

Tints of Echo Blue #AFB3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 31.42%
G = 32.14%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFB3CB (or 0xAFB3CB) is known color: Echo Blue. HEX triplet: AF, B3 and CB. RGB value is (175,179,203). Sum of RGB (Red+Green+Blue) = 175+179+203=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CB is #504C34. Grayscale: #B4B4B4. Windows color (decimal): -5262389 or 13349807. OLE color: 13349807.

HSL color Cylindrical-coordinate representation of color #AFB3CB: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB3CB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 179 203 -
CMYK 0.14 0.12 0 0.20
HSL 231.43º 0.21% 0.74% -
HSV(B) 231.43º 0.14% 0.8% -
XYZ 44.58 45.67 62.96 -
YUV 180.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 175 179 203 0.14 0.12 0 0.20 231.43 0.21 0.74
Hex AF B3 CB E C 0 14 E7 15 4A
Octal 257 263 313 16 14 0 24 347 25 112
Binary 10101111 10110011 11001011 1110 1100 0 10100 11100111 10101 1001010

Color Harmonies of #AFB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3CB

Black with #AFB3CB

Text Example


Text Example

White with #AFB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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