Shades of Perano #AFB8ED
Tints of Perano #AFB8ED
RGB
CMYK
RGB Variations
Color information
#AFB8ED (or 0xAFB8ED) is known color: Perano. HEX triplet: AF, B8 and ED. RGB value is (175,184,237). Sum of RGB (Red+Green+Blue) = 175+184+237=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8ED is #504712. Grayscale: #BBBBBB. Windows color (decimal): -5261075 or 15579311. OLE color: 15579311.
HSL color Cylindrical-coordinate representation of color #AFB8ED: hue angle of 231.29º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB8ED is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 184 | 237 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.07 |
| HSL | 231.29º | 0.63% | 0.81% | - |
| HSV(B) | 231.29º | 0.26% | 0.93% | - |
| XYZ | 50.11 | 49.51 | 87.04 | - |
| YUV | 187.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 237 | 0.26 | 0.22 | 0 | 0.07 | 231.29 | 0.63 | 0.81 |
| Hex | AF | B8 | ED | 1A | 16 | 0 | 7 | E7 | 3F | 51 |
| Octal | 257 | 270 | 355 | 32 | 26 | 0 | 7 | 347 | 77 | 121 |
| Binary | 10101111 | 10111000 | 11101101 | 11010 | 10110 | 0 | 111 | 11100111 | 111111 | 1010001 |
Color Harmonies of #AFB8ED
Complementary color
Monochromatic Colors of #AFB8ED
Black with #AFB8ED
Text Example
Text Example
White with #AFB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8ED; }
p { color: rgb(175,184,237); }
H1.HeaderClassName
{
color: #AFB8ED;
}
.AnyTagClassName
{
color: #AFB8ED;
}
</style>
background-color css
<style>
a { background-color: #AFB8ED; }
a { background-color: rgb(175,184,237); }
div.DivClassName
{
background-color: #AFB8ED;
}
.BgClassName
{
background-color: #AFB8ED;
}
</style>
border-color css
<style>
span { border-color: #AFB8ED; }
span { border-color: rgb(175,184,237); }
td.TdClassName
{
border-color: #AFB8ED;
}
.TagClassName
{
border-color: #AFB8ED;
}
</style>