Shades of Perano #AFC3FE
Tints of Perano #AFC3FE
RGB
CMYK
RGB Variations
Color information
#AFC3FE (or 0xAFC3FE) is known color: Perano. HEX triplet: AF, C3 and FE. RGB value is (175,195,254). Sum of RGB (Red+Green+Blue) = 175+195+254=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FE is #503C01. Grayscale: #C3C3C3. Windows color (decimal): -5258242 or 16696239. OLE color: 16696239.
HSL color Cylindrical-coordinate representation of color #AFC3FE: hue angle of 224.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC3FE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 195 | 254 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.00 |
| HSL | 224.81º | 0.98% | 0.84% | - |
| HSV(B) | 224.81º | 0.31% | 1% | - |
| XYZ | 55.08 | 55.3 | 101.54 | - |
| YUV | 195.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 254 | 0.31 | 0.23 | 0 | 0.00 | 224.81 | 0.98 | 0.84 |
| Hex | AF | C3 | FE | 1F | 17 | 0 | 0 | E1 | 62 | 54 |
| Octal | 257 | 303 | 376 | 37 | 27 | 0 | 0 | 341 | 142 | 124 |
| Binary | 10101111 | 11000011 | 11111110 | 11111 | 10111 | 0 | 0 | 11100001 | 1100010 | 1010100 |
Color Harmonies of #AFC3FE
Complementary color
Monochromatic Colors of #AFC3FE
Black with #AFC3FE
Text Example
Text Example
White with #AFC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3FE; }
p { color: rgb(175,195,254); }
H1.HeaderClassName
{
color: #AFC3FE;
}
.AnyTagClassName
{
color: #AFC3FE;
}
</style>
background-color css
<style>
a { background-color: #AFC3FE; }
a { background-color: rgb(175,195,254); }
div.DivClassName
{
background-color: #AFC3FE;
}
.BgClassName
{
background-color: #AFC3FE;
}
</style>
border-color css
<style>
span { border-color: #AFC3FE; }
span { border-color: rgb(175,195,254); }
td.TdClassName
{
border-color: #AFC3FE;
}
.TagClassName
{
border-color: #AFC3FE;
}
</style>