Shades of Perano #AFC3FD
Tints of Perano #AFC3FD
RGB
CMYK
RGB Variations
Color information
#AFC3FD (or 0xAFC3FD) is known color: Perano. HEX triplet: AF, C3 and FD. RGB value is (175,195,253). Sum of RGB (Red+Green+Blue) = 175+195+253=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFC3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FD is #503C02. Grayscale: #C3C3C3. Windows color (decimal): -5258243 or 16630703. OLE color: 16630703.
HSL color Cylindrical-coordinate representation of color #AFC3FD: hue angle of 224.62º 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 #AFC3FD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 195 | 253 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.01 |
| HSL | 224.62º | 0.95% | 0.84% | - |
| HSV(B) | 224.62º | 0.31% | 0.99% | - |
| XYZ | 54.92 | 55.24 | 100.7 | - |
| YUV | 195.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 253 | 0.31 | 0.23 | 0 | 0.01 | 224.62 | 0.95 | 0.84 |
| Hex | AF | C3 | FD | 1F | 17 | 0 | 1 | E1 | 5F | 54 |
| Octal | 257 | 303 | 375 | 37 | 27 | 0 | 1 | 341 | 137 | 124 |
| Binary | 10101111 | 11000011 | 11111101 | 11111 | 10111 | 0 | 1 | 11100001 | 1011111 | 1010100 |
Color Harmonies of #AFC3FD
Complementary color
Monochromatic Colors of #AFC3FD
Black with #AFC3FD
Text Example
Text Example
White with #AFC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3FD; }
p { color: rgb(175,195,253); }
H1.HeaderClassName
{
color: #AFC3FD;
}
.AnyTagClassName
{
color: #AFC3FD;
}
</style>
background-color css
<style>
a { background-color: #AFC3FD; }
a { background-color: rgb(175,195,253); }
div.DivClassName
{
background-color: #AFC3FD;
}
.BgClassName
{
background-color: #AFC3FD;
}
</style>
border-color css
<style>
span { border-color: #AFC3FD; }
span { border-color: rgb(175,195,253); }
td.TdClassName
{
border-color: #AFC3FD;
}
.TagClassName
{
border-color: #AFC3FD;
}
</style>