Shades of Perano #AFB8E4
Tints of Perano #AFB8E4
RGB
CMYK
RGB Variations
Color information
#AFB8E4 (or 0xAFB8E4) is known color: Perano. HEX triplet: AF, B8 and E4. RGB value is (175,184,228). Sum of RGB (Red+Green+Blue) = 175+184+228=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFB8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8E4 is #50471B. Grayscale: #BABABA. Windows color (decimal): -5261084 or 14989487. OLE color: 14989487.
HSL color Cylindrical-coordinate representation of color #AFB8E4: hue angle of 229.81º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB8E4 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 184 | 228 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.11 |
| HSL | 229.81º | 0.5% | 0.79% | - |
| HSV(B) | 229.81º | 0.23% | 0.89% | - |
| XYZ | 48.82 | 49 | 80.28 | - |
| YUV | 186.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 228 | 0.23 | 0.19 | 0 | 0.11 | 229.81 | 0.5 | 0.79 |
| Hex | AF | B8 | E4 | 17 | 13 | 0 | B | E6 | 32 | 4F |
| Octal | 257 | 270 | 344 | 27 | 23 | 0 | 13 | 346 | 62 | 117 |
| Binary | 10101111 | 10111000 | 11100100 | 10111 | 10011 | 0 | 1011 | 11100110 | 110010 | 1001111 |
Color Harmonies of #AFB8E4
Complementary color
Monochromatic Colors of #AFB8E4
Black with #AFB8E4
Text Example
Text Example
White with #AFB8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8E4; }
p { color: rgb(175,184,228); }
H1.HeaderClassName
{
color: #AFB8E4;
}
.AnyTagClassName
{
color: #AFB8E4;
}
</style>
background-color css
<style>
a { background-color: #AFB8E4; }
a { background-color: rgb(175,184,228); }
div.DivClassName
{
background-color: #AFB8E4;
}
.BgClassName
{
background-color: #AFB8E4;
}
</style>
border-color css
<style>
span { border-color: #AFB8E4; }
span { border-color: rgb(175,184,228); }
td.TdClassName
{
border-color: #AFB8E4;
}
.TagClassName
{
border-color: #AFB8E4;
}
</style>