Html Css Color HEX #AFB0CC Echo Blue

📋 copy color: '#AFB0CC'

red 175 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #AFB0CC

Tints of Echo Blue #AFB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 31.53%
G = 31.71%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFB0CC (or 0xAFB0CC) is known color: Echo Blue. HEX triplet: AF, B0 and CC. RGB value is (175,176,204). Sum of RGB (Red+Green+Blue) = 175+176+204=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CC is #504F33. Grayscale: #B2B2B2. Windows color (decimal): -5263156 or 13414575. OLE color: 13414575.

HSL color Cylindrical-coordinate representation of color #AFB0CC: hue angle of 237.93º degrees, saturation: 0.22, 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 #AFB0CC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 176 204 -
CMYK 0.14 0.14 0 0.2
HSL 237.93º 0.22% 0.74% -
HSV(B) 237.93º 0.14% 0.8% -
XYZ 44.1 44.52 63.4 -
YUV 178.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 175 176 204 0.14 0.14 0 0.2 237.93 0.22 0.74
Hex AF B0 CC E E 0 14 EE 16 4A
Octal 257 260 314 16 16 0 24 356 26 112
Binary 10101111 10110000 11001100 1110 1110 0 10100 11101110 10110 1001010

Color Harmonies of #AFB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0CC

Black with #AFB0CC

Text Example


Text Example

White with #AFB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0CC; }

 p { color: rgb(175,176,204); }

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

background-color css

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

 a { background-color: rgb(175,176,204); }

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

border-color css

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

 span { border-color: rgb(175,176,204); }

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