Html Css Color HEX #AFB3D2 Echo Blue

📋 copy color: '#AFB3D2'

red 175 ◦ green 179 ◦ blue 210

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

Shades of Echo Blue #AFB3D2

Tints of Echo Blue #AFB3D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 31.03%
G = 31.74%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFB3D2 (or 0xAFB3D2) is known color: Echo Blue. HEX triplet: AF, B3 and D2. RGB value is (175,179,210). Sum of RGB (Red+Green+Blue) = 175+179+210=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFB3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3D2 is #504C2D. Grayscale: #B5B5B5. Windows color (decimal): -5262382 or 13808559. OLE color: 13808559.

HSL color Cylindrical-coordinate representation of color #AFB3D2: hue angle of 233.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB3D2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 179 210 -
CMYK 0.17 0.15 0 0.18
HSL 233.14º 0.28% 0.75% -
HSV(B) 233.14º 0.17% 0.82% -
XYZ 45.43 46.01 67.46 -
YUV 181.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 175 179 210 0.17 0.15 0 0.18 233.14 0.28 0.75
Hex AF B3 D2 11 F 0 12 E9 1C 4B
Octal 257 263 322 21 17 0 22 351 34 113
Binary 10101111 10110011 11010010 10001 1111 0 10010 11101001 11100 1001011

Color Harmonies of #AFB3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3D2

Black with #AFB3D2

Text Example


Text Example

White with #AFB3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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