Shades of Perano #AFC3FB
Tints of Perano #AFC3FB
RGB
CMYK
RGB Variations
Color information
#AFC3FB (or 0xAFC3FB) is known color: Perano. HEX triplet: AF, C3 and FB. RGB value is (175,195,251). Sum of RGB (Red+Green+Blue) = 175+195+251=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FB is #503C04. Grayscale: #C3C3C3. Windows color (decimal): -5258245 or 16499631. OLE color: 16499631.
HSL color Cylindrical-coordinate representation of color #AFC3FB: hue angle of 224.21º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC3FB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 195 | 251 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.02 |
| HSL | 224.21º | 0.9% | 0.84% | - |
| HSV(B) | 224.21º | 0.3% | 0.98% | - |
| XYZ | 54.61 | 55.11 | 99.03 | - |
| YUV | 195.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 251 | 0.30 | 0.22 | 0 | 0.02 | 224.21 | 0.9 | 0.84 |
| Hex | AF | C3 | FB | 1E | 16 | 0 | 2 | E0 | 5A | 54 |
| Octal | 257 | 303 | 373 | 36 | 26 | 0 | 2 | 340 | 132 | 124 |
| Binary | 10101111 | 11000011 | 11111011 | 11110 | 10110 | 0 | 10 | 11100000 | 1011010 | 1010100 |
Color Harmonies of #AFC3FB
Complementary color
Monochromatic Colors of #AFC3FB
Black with #AFC3FB
Text Example
Text Example
White with #AFC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3FB; }
p { color: rgb(175,195,251); }
H1.HeaderClassName
{
color: #AFC3FB;
}
.AnyTagClassName
{
color: #AFC3FB;
}
</style>
background-color css
<style>
a { background-color: #AFC3FB; }
a { background-color: rgb(175,195,251); }
div.DivClassName
{
background-color: #AFC3FB;
}
.BgClassName
{
background-color: #AFC3FB;
}
</style>
border-color css
<style>
span { border-color: #AFC3FB; }
span { border-color: rgb(175,195,251); }
td.TdClassName
{
border-color: #AFC3FB;
}
.TagClassName
{
border-color: #AFC3FB;
}
</style>