Html Css Color HEX #ABB2D0 Echo Blue

📋 copy color: '#ABB2D0'

red 171 ◦ green 178 ◦ blue 208

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

Shades of Echo Blue #ABB2D0

Tints of Echo Blue #ABB2D0

RGB

 RED value IS 171 (67.19% from 255) = 30.7%

 GREEN value IS 178 (69.92% from 255) = 31.96%

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 30.7%
G = 31.96%
B = 37.34%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABB2D0 (or 0xABB2D0) is known color: Echo Blue. HEX triplet: AB, B2 and D0. RGB value is (171,178,208). Sum of RGB (Red+Green+Blue) = 171+178+208=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABB2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2D0 is #544D2F. Grayscale: #B3B3B3. Windows color (decimal): -5524784 or 13677227. OLE color: 13677227.

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

Color convert

RGB 171 178 208 -
CMYK 0.18 0.14 0 0.18
HSL 228.65º 0.28% 0.74% -
HSV(B) 228.65º 0.18% 0.82% -
XYZ 44.1 45.05 66.05 -
YUV 179.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 171 178 208 0.18 0.14 0 0.18 228.65 0.28 0.74
Hex AB B2 D0 12 E 0 12 E5 1C 4A
Octal 253 262 320 22 16 0 22 345 34 112
Binary 10101011 10110010 11010000 10010 1110 0 10010 11100101 11100 1001010

Color Harmonies of #ABB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2D0

Black with #ABB2D0

Text Example


Text Example

White with #ABB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2D0; }

 p { color: rgb(171,178,208); }

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

background-color css

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

 a { background-color: rgb(171,178,208); }

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

border-color css

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

 span { border-color: rgb(171,178,208); }

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