Shades of Perano #ABC2FD
Tints of Perano #ABC2FD
RGB
CMYK
RGB Variations
Color information
#ABC2FD (or 0xABC2FD) is known color: Perano. HEX triplet: AB, C2 and FD. RGB value is (171,194,253). Sum of RGB (Red+Green+Blue) = 171+194+253=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2FD is #543D02. Grayscale: #C1C1C1. Windows color (decimal): -5520643 or 16630443. OLE color: 16630443.
HSL color Cylindrical-coordinate representation of color #ABC2FD: hue angle of 223.17º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC2FD is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 194 | 253 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.01 |
| HSL | 223.17º | 0.95% | 0.83% | - |
| HSV(B) | 223.17º | 0.32% | 0.99% | - |
| XYZ | 53.82 | 54.33 | 100.58 | - |
| YUV | 193.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 253 | 0.32 | 0.23 | 0 | 0.01 | 223.17 | 0.95 | 0.83 |
| Hex | AB | C2 | FD | 20 | 17 | 0 | 1 | DF | 5F | 53 |
| Octal | 253 | 302 | 375 | 40 | 27 | 0 | 1 | 337 | 137 | 123 |
| Binary | 10101011 | 11000010 | 11111101 | 100000 | 10111 | 0 | 1 | 11011111 | 1011111 | 1010011 |
Color Harmonies of #ABC2FD
Complementary color
Monochromatic Colors of #ABC2FD
Black with #ABC2FD
Text Example
Text Example
White with #ABC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2FD; }
p { color: rgb(171,194,253); }
H1.HeaderClassName
{
color: #ABC2FD;
}
.AnyTagClassName
{
color: #ABC2FD;
}
</style>
background-color css
<style>
a { background-color: #ABC2FD; }
a { background-color: rgb(171,194,253); }
div.DivClassName
{
background-color: #ABC2FD;
}
.BgClassName
{
background-color: #ABC2FD;
}
</style>
border-color css
<style>
span { border-color: #ABC2FD; }
span { border-color: rgb(171,194,253); }
td.TdClassName
{
border-color: #ABC2FD;
}
.TagClassName
{
border-color: #ABC2FD;
}
</style>