Shades of Perano #AFC2EE
Tints of Perano #AFC2EE
RGB
CMYK
RGB Variations
Color information
#AFC2EE (or 0xAFC2EE) is known color: Perano. HEX triplet: AF, C2 and EE. RGB value is (175,194,238). Sum of RGB (Red+Green+Blue) = 175+194+238=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2EE is #503D11. Grayscale: #C1C1C1. Windows color (decimal): -5258514 or 15647407. OLE color: 15647407.
HSL color Cylindrical-coordinate representation of color #AFC2EE: hue angle of 221.9º degrees, saturation: 0.65, 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 #AFC2EE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 194 | 238 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.07 |
| HSL | 221.9º | 0.65% | 0.81% | - |
| HSV(B) | 221.9º | 0.26% | 0.93% | - |
| XYZ | 52.4 | 53.87 | 88.53 | - |
| YUV | 193.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 238 | 0.26 | 0.18 | 0 | 0.07 | 221.9 | 0.65 | 0.81 |
| Hex | AF | C2 | EE | 1A | 12 | 0 | 7 | DE | 41 | 51 |
| Octal | 257 | 302 | 356 | 32 | 22 | 0 | 7 | 336 | 101 | 121 |
| Binary | 10101111 | 11000010 | 11101110 | 11010 | 10010 | 0 | 111 | 11011110 | 1000001 | 1010001 |
Color Harmonies of #AFC2EE
Complementary color
Monochromatic Colors of #AFC2EE
Black with #AFC2EE
Text Example
Text Example
White with #AFC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2EE; }
p { color: rgb(175,194,238); }
H1.HeaderClassName
{
color: #AFC2EE;
}
.AnyTagClassName
{
color: #AFC2EE;
}
</style>
background-color css
<style>
a { background-color: #AFC2EE; }
a { background-color: rgb(175,194,238); }
div.DivClassName
{
background-color: #AFC2EE;
}
.BgClassName
{
background-color: #AFC2EE;
}
</style>
border-color css
<style>
span { border-color: #AFC2EE; }
span { border-color: rgb(175,194,238); }
td.TdClassName
{
border-color: #AFC2EE;
}
.TagClassName
{
border-color: #AFC2EE;
}
</style>