Shades of Perano #ABC2FB
Tints of Perano #ABC2FB
RGB
CMYK
RGB Variations
Color information
#ABC2FB (or 0xABC2FB) is known color: Perano. HEX triplet: AB, C2 and FB. RGB value is (171,194,251). Sum of RGB (Red+Green+Blue) = 171+194+251=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2FB is #543D04. Grayscale: #C1C1C1. Windows color (decimal): -5520645 or 16499371. OLE color: 16499371.
HSL color Cylindrical-coordinate representation of color #ABC2FB: hue angle of 222.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC2FB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 194 | 251 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.02 |
| HSL | 222.75º | 0.91% | 0.83% | - |
| HSV(B) | 222.75º | 0.32% | 0.98% | - |
| XYZ | 53.5 | 54.21 | 98.91 | - |
| YUV | 193.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 251 | 0.32 | 0.23 | 0 | 0.02 | 222.75 | 0.91 | 0.83 |
| Hex | AB | C2 | FB | 20 | 17 | 0 | 2 | DF | 5B | 53 |
| Octal | 253 | 302 | 373 | 40 | 27 | 0 | 2 | 337 | 133 | 123 |
| Binary | 10101011 | 11000010 | 11111011 | 100000 | 10111 | 0 | 10 | 11011111 | 1011011 | 1010011 |
Color Harmonies of #ABC2FB
Complementary color
Monochromatic Colors of #ABC2FB
Black with #ABC2FB
Text Example
Text Example
White with #ABC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2FB; }
p { color: rgb(171,194,251); }
H1.HeaderClassName
{
color: #ABC2FB;
}
.AnyTagClassName
{
color: #ABC2FB;
}
</style>
background-color css
<style>
a { background-color: #ABC2FB; }
a { background-color: rgb(171,194,251); }
div.DivClassName
{
background-color: #ABC2FB;
}
.BgClassName
{
background-color: #ABC2FB;
}
</style>
border-color css
<style>
span { border-color: #ABC2FB; }
span { border-color: rgb(171,194,251); }
td.TdClassName
{
border-color: #ABC2FB;
}
.TagClassName
{
border-color: #ABC2FB;
}
</style>