Shades of Perano #AFC1EE
Tints of Perano #AFC1EE
RGB
CMYK
RGB Variations
Color information
#AFC1EE (or 0xAFC1EE) is known color: Perano. HEX triplet: AF, C1 and EE. RGB value is (175,193,238). Sum of RGB (Red+Green+Blue) = 175+193+238=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EE is #503E11. Grayscale: #C0C0C0. Windows color (decimal): -5258770 or 15647151. OLE color: 15647151.
HSL color Cylindrical-coordinate representation of color #AFC1EE: hue angle of 222.86º 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 #AFC1EE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 193 | 238 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 222.86º | 0.65% | 0.81% | - |
| HSV(B) | 222.86º | 0.26% | 0.93% | - |
| XYZ | 52.18 | 53.43 | 88.45 | - |
| YUV | 192.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 238 | 0.26 | 0.19 | 0 | 0.07 | 222.86 | 0.65 | 0.81 |
| Hex | AF | C1 | EE | 1A | 13 | 0 | 7 | DF | 41 | 51 |
| Octal | 257 | 301 | 356 | 32 | 23 | 0 | 7 | 337 | 101 | 121 |
| Binary | 10101111 | 11000001 | 11101110 | 11010 | 10011 | 0 | 111 | 11011111 | 1000001 | 1010001 |
Color Harmonies of #AFC1EE
Complementary color
Monochromatic Colors of #AFC1EE
Black with #AFC1EE
Text Example
Text Example
White with #AFC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1EE; }
p { color: rgb(175,193,238); }
H1.HeaderClassName
{
color: #AFC1EE;
}
.AnyTagClassName
{
color: #AFC1EE;
}
</style>
background-color css
<style>
a { background-color: #AFC1EE; }
a { background-color: rgb(175,193,238); }
div.DivClassName
{
background-color: #AFC1EE;
}
.BgClassName
{
background-color: #AFC1EE;
}
</style>
border-color css
<style>
span { border-color: #AFC1EE; }
span { border-color: rgb(175,193,238); }
td.TdClassName
{
border-color: #AFC1EE;
}
.TagClassName
{
border-color: #AFC1EE;
}
</style>