Shades of Perano #AFC1FD
Tints of Perano #AFC1FD
RGB
CMYK
RGB Variations
Color information
#AFC1FD (or 0xAFC1FD) is known color: Perano. HEX triplet: AF, C1 and FD. RGB value is (175,193,253). Sum of RGB (Red+Green+Blue) = 175+193+253=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1FD is #503E02. Grayscale: #C2C2C2. Windows color (decimal): -5258755 or 16630191. OLE color: 16630191.
HSL color Cylindrical-coordinate representation of color #AFC1FD: hue angle of 226.15º 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 #AFC1FD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 193 | 253 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.01 |
| HSL | 226.15º | 0.95% | 0.84% | - |
| HSV(B) | 226.15º | 0.31% | 0.99% | - |
| XYZ | 54.48 | 54.35 | 100.55 | - |
| YUV | 194.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 253 | 0.31 | 0.24 | 0 | 0.01 | 226.15 | 0.95 | 0.84 |
| Hex | AF | C1 | FD | 1F | 18 | 0 | 1 | E2 | 5F | 54 |
| Octal | 257 | 301 | 375 | 37 | 30 | 0 | 1 | 342 | 137 | 124 |
| Binary | 10101111 | 11000001 | 11111101 | 11111 | 11000 | 0 | 1 | 11100010 | 1011111 | 1010100 |
Color Harmonies of #AFC1FD
Complementary color
Monochromatic Colors of #AFC1FD
Black with #AFC1FD
Text Example
Text Example
White with #AFC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1FD; }
p { color: rgb(175,193,253); }
H1.HeaderClassName
{
color: #AFC1FD;
}
.AnyTagClassName
{
color: #AFC1FD;
}
</style>
background-color css
<style>
a { background-color: #AFC1FD; }
a { background-color: rgb(175,193,253); }
div.DivClassName
{
background-color: #AFC1FD;
}
.BgClassName
{
background-color: #AFC1FD;
}
</style>
border-color css
<style>
span { border-color: #AFC1FD; }
span { border-color: rgb(175,193,253); }
td.TdClassName
{
border-color: #AFC1FD;
}
.TagClassName
{
border-color: #AFC1FD;
}
</style>