Shades of Perano #ABADE6
Tints of Perano #ABADE6
RGB
CMYK
RGB Variations
Color information
#ABADE6 (or 0xABADE6) is known color: Perano. HEX triplet: AB, AD and E6. RGB value is (171,173,230). Sum of RGB (Red+Green+Blue) = 171+173+230=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADE6 is #545219. Grayscale: #B2B2B2. Windows color (decimal): -5526042 or 15117739. OLE color: 15117739.
HSL color Cylindrical-coordinate representation of color #ABADE6: hue angle of 237.97º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABADE6 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 173 | 230 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.10 |
| HSL | 237.97º | 0.54% | 0.79% | - |
| HSV(B) | 237.97º | 0.26% | 0.9% | - |
| XYZ | 46.02 | 44.26 | 80.98 | - |
| YUV | 178.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 230 | 0.26 | 0.25 | 0 | 0.10 | 237.97 | 0.54 | 0.79 |
| Hex | AB | AD | E6 | 1A | 19 | 0 | A | EE | 36 | 4F |
| Octal | 253 | 255 | 346 | 32 | 31 | 0 | 12 | 356 | 66 | 117 |
| Binary | 10101011 | 10101101 | 11100110 | 11010 | 11001 | 0 | 1010 | 11101110 | 110110 | 1001111 |
Color Harmonies of #ABADE6
Complementary color
Monochromatic Colors of #ABADE6
Black with #ABADE6
Text Example
Text Example
White with #ABADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADE6; }
p { color: rgb(171,173,230); }
H1.HeaderClassName
{
color: #ABADE6;
}
.AnyTagClassName
{
color: #ABADE6;
}
</style>
background-color css
<style>
a { background-color: #ABADE6; }
a { background-color: rgb(171,173,230); }
div.DivClassName
{
background-color: #ABADE6;
}
.BgClassName
{
background-color: #ABADE6;
}
</style>
border-color css
<style>
span { border-color: #ABADE6; }
span { border-color: rgb(171,173,230); }
td.TdClassName
{
border-color: #ABADE6;
}
.TagClassName
{
border-color: #ABADE6;
}
</style>