Shades of Perano #AFC3FA
Tints of Perano #AFC3FA
RGB
CMYK
RGB Variations
Color information
#AFC3FA (or 0xAFC3FA) is known color: Perano. HEX triplet: AF, C3 and FA. RGB value is (175,195,250). Sum of RGB (Red+Green+Blue) = 175+195+250=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FA is #503C05. Grayscale: #C3C3C3. Windows color (decimal): -5258246 or 16434095. OLE color: 16434095.
HSL color Cylindrical-coordinate representation of color #AFC3FA: hue angle of 224º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC3FA is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 195 | 250 | - |
| CMYK | 0.3 | 0.22 | 0 | 0.02 |
| HSL | 224º | 0.88% | 0.83% | - |
| HSV(B) | 224º | 0.3% | 0.98% | - |
| XYZ | 54.45 | 55.05 | 98.2 | - |
| YUV | 195.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 250 | 0.3 | 0.22 | 0 | 0.02 | 224 | 0.88 | 0.83 |
| Hex | AF | C3 | FA | 1E | 16 | 0 | 2 | E0 | 58 | 53 |
| Octal | 257 | 303 | 372 | 36 | 26 | 0 | 2 | 340 | 130 | 123 |
| Binary | 10101111 | 11000011 | 11111010 | 11110 | 10110 | 0 | 10 | 11100000 | 1011000 | 1010011 |
Color Harmonies of #AFC3FA
Complementary color
Monochromatic Colors of #AFC3FA
Black with #AFC3FA
Text Example
Text Example
White with #AFC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3FA; }
p { color: rgb(175,195,250); }
H1.HeaderClassName
{
color: #AFC3FA;
}
.AnyTagClassName
{
color: #AFC3FA;
}
</style>
background-color css
<style>
a { background-color: #AFC3FA; }
a { background-color: rgb(175,195,250); }
div.DivClassName
{
background-color: #AFC3FA;
}
.BgClassName
{
background-color: #AFC3FA;
}
</style>
border-color css
<style>
span { border-color: #AFC3FA; }
span { border-color: rgb(175,195,250); }
td.TdClassName
{
border-color: #AFC3FA;
}
.TagClassName
{
border-color: #AFC3FA;
}
</style>