Html Css Color HEX #AFB6CC Echo Blue

📋 copy color: '#AFB6CC'

red 175 ◦ green 182 ◦ blue 204

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

Shades of Echo Blue #AFB6CC

Tints of Echo Blue #AFB6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.44%

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

R = 31.19%
G = 32.44%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFB6CC (or 0xAFB6CC) is known color: Echo Blue. HEX triplet: AF, B6 and CC. RGB value is (175,182,204). Sum of RGB (Red+Green+Blue) = 175+182+204=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6CC is #504933. Grayscale: #B6B6B6. Windows color (decimal): -5261620 or 13416111. OLE color: 13416111.

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

Color convert

RGB 175 182 204 -
CMYK 0.14 0.11 0 0.2
HSL 225.52º 0.22% 0.74% -
HSV(B) 225.52º 0.14% 0.8% -
XYZ 45.31 46.93 63.8 -
YUV 182.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 175 182 204 0.14 0.11 0 0.2 225.52 0.22 0.74
Hex AF B6 CC E B 0 14 E2 16 4A
Octal 257 266 314 16 13 0 24 342 26 112
Binary 10101111 10110110 11001100 1110 1011 0 10100 11100010 10110 1001010

Color Harmonies of #AFB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6CC

Black with #AFB6CC

Text Example


Text Example

White with #AFB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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