Html Css Color HEX #AFB1CB Echo Blue

📋 copy color: '#AFB1CB'

red 175 ◦ green 177 ◦ blue 203

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

Shades of Echo Blue #AFB1CB

Tints of Echo Blue #AFB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.89%

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

R = 31.53%
G = 31.89%
B = 36.58%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFB1CB (or 0xAFB1CB) is known color: Echo Blue. HEX triplet: AF, B1 and CB. RGB value is (175,177,203). Sum of RGB (Red+Green+Blue) = 175+177+203=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1CB is #504E34. Grayscale: #B3B3B3. Windows color (decimal): -5262901 or 13349295. OLE color: 13349295.

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

Color convert

RGB 175 177 203 -
CMYK 0.14 0.13 0 0.20
HSL 235.71º 0.21% 0.74% -
HSV(B) 235.71º 0.14% 0.8% -
XYZ 44.18 44.87 62.83 -
YUV 179.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 175 177 203 0.14 0.13 0 0.20 235.71 0.21 0.74
Hex AF B1 CB E D 0 14 EC 15 4A
Octal 257 261 313 16 15 0 24 354 25 112
Binary 10101111 10110001 11001011 1110 1101 0 10100 11101100 10101 1001010

Color Harmonies of #AFB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1CB

Black with #AFB1CB

Text Example


Text Example

White with #AFB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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