Shades of Perano #AFC2FD
Tints of Perano #AFC2FD
RGB
CMYK
RGB Variations
Color information
#AFC2FD (or 0xAFC2FD) is known color: Perano. HEX triplet: AF, C2 and FD. RGB value is (175,194,253). Sum of RGB (Red+Green+Blue) = 175+194+253=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2FD is #503D02. Grayscale: #C2C2C2. Windows color (decimal): -5258499 or 16630447. OLE color: 16630447.
HSL color Cylindrical-coordinate representation of color #AFC2FD: hue angle of 225.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC2FD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 194 | 253 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.01 |
| HSL | 225.38º | 0.95% | 0.84% | - |
| HSV(B) | 225.38º | 0.31% | 0.99% | - |
| XYZ | 54.7 | 54.79 | 100.62 | - |
| YUV | 195.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 253 | 0.31 | 0.23 | 0 | 0.01 | 225.38 | 0.95 | 0.84 |
| Hex | AF | C2 | FD | 1F | 17 | 0 | 1 | E1 | 5F | 54 |
| Octal | 257 | 302 | 375 | 37 | 27 | 0 | 1 | 341 | 137 | 124 |
| Binary | 10101111 | 11000010 | 11111101 | 11111 | 10111 | 0 | 1 | 11100001 | 1011111 | 1010100 |
Color Harmonies of #AFC2FD
Complementary color
Monochromatic Colors of #AFC2FD
Black with #AFC2FD
Text Example
Text Example
White with #AFC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2FD; }
p { color: rgb(175,194,253); }
H1.HeaderClassName
{
color: #AFC2FD;
}
.AnyTagClassName
{
color: #AFC2FD;
}
</style>
background-color css
<style>
a { background-color: #AFC2FD; }
a { background-color: rgb(175,194,253); }
div.DivClassName
{
background-color: #AFC2FD;
}
.BgClassName
{
background-color: #AFC2FD;
}
</style>
border-color css
<style>
span { border-color: #AFC2FD; }
span { border-color: rgb(175,194,253); }
td.TdClassName
{
border-color: #AFC2FD;
}
.TagClassName
{
border-color: #AFC2FD;
}
</style>