Shades of Echo Blue #ADAFC2
Tints of Echo Blue #ADAFC2
RGB
CMYK
RGB Variations
Color information
#ADAFC2 (or 0xADAFC2) is known color: Echo Blue. HEX triplet: AD, AF and C2. RGB value is (173,175,194). Sum of RGB (Red+Green+Blue) = 173+175+194=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC2 is #52503D. Grayscale: #B0B0B0. Windows color (decimal): -5394494 or 12758957. OLE color: 12758957.
HSL color Cylindrical-coordinate representation of color #ADAFC2: hue angle of 234.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAFC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 175 | 194 | - |
CMYK | 0.11 | 0.10 | 0 | 0.24 |
HSL | 234.29º | 0.15% | 0.72% | - |
HSV(B) | 234.29º | 0.11% | 0.76% | - |
XYZ | 42.3 | 43.44 | 57.19 | - |
YUV | 176.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 194 | 0.11 | 0.10 | 0 | 0.24 | 234.29 | 0.15 | 0.72 |
Hex | AD | AF | C2 | B | A | 0 | 18 | EA | F | 48 |
Octal | 255 | 257 | 302 | 13 | 12 | 0 | 30 | 352 | 17 | 110 |
Binary | 10101101 | 10101111 | 11000010 | 1011 | 1010 | 0 | 11000 | 11101010 | 1111 | 1001000 |
Color Harmonies of #ADAFC2
Complementary color
Monochromatic Colors of #ADAFC2
Black with #ADAFC2
Text Example
Text Example
White with #ADAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFC2; }
p { color: rgb(173,175,194); }
H1.HeaderClassName
{
color: #ADAFC2;
}
.AnyTagClassName
{
color: #ADAFC2;
}
</style>
background-color css
<style>
a { background-color: #ADAFC2; }
a { background-color: rgb(173,175,194); }
div.DivClassName
{
background-color: #ADAFC2;
}
.BgClassName
{
background-color: #ADAFC2;
}
</style>
border-color css
<style>
span { border-color: #ADAFC2; }
span { border-color: rgb(173,175,194); }
td.TdClassName
{
border-color: #ADAFC2;
}
.TagClassName
{
border-color: #ADAFC2;
}
</style>