Shades of Perano #AFC2ED
Tints of Perano #AFC2ED
RGB
CMYK
RGB Variations
Color information
#AFC2ED (or 0xAFC2ED) is known color: Perano. HEX triplet: AF, C2 and ED. RGB value is (175,194,237). Sum of RGB (Red+Green+Blue) = 175+194+237=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2ED is #503D12. Grayscale: #C1C1C1. Windows color (decimal): -5258515 or 15581871. OLE color: 15581871.
HSL color Cylindrical-coordinate representation of color #AFC2ED: hue angle of 221.61º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC2ED is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 194 | 237 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.07 |
| HSL | 221.61º | 0.63% | 0.81% | - |
| HSV(B) | 221.61º | 0.26% | 0.93% | - |
| XYZ | 52.26 | 53.81 | 87.75 | - |
| YUV | 193.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 237 | 0.26 | 0.18 | 0 | 0.07 | 221.61 | 0.63 | 0.81 |
| Hex | AF | C2 | ED | 1A | 12 | 0 | 7 | DE | 3F | 51 |
| Octal | 257 | 302 | 355 | 32 | 22 | 0 | 7 | 336 | 77 | 121 |
| Binary | 10101111 | 11000010 | 11101101 | 11010 | 10010 | 0 | 111 | 11011110 | 111111 | 1010001 |
Color Harmonies of #AFC2ED
Complementary color
Monochromatic Colors of #AFC2ED
Black with #AFC2ED
Text Example
Text Example
White with #AFC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2ED; }
p { color: rgb(175,194,237); }
H1.HeaderClassName
{
color: #AFC2ED;
}
.AnyTagClassName
{
color: #AFC2ED;
}
</style>
background-color css
<style>
a { background-color: #AFC2ED; }
a { background-color: rgb(175,194,237); }
div.DivClassName
{
background-color: #AFC2ED;
}
.BgClassName
{
background-color: #AFC2ED;
}
</style>
border-color css
<style>
span { border-color: #AFC2ED; }
span { border-color: rgb(175,194,237); }
td.TdClassName
{
border-color: #AFC2ED;
}
.TagClassName
{
border-color: #AFC2ED;
}
</style>