Shades of Perano #AFB8EE
Tints of Perano #AFB8EE
RGB
CMYK
RGB Variations
Color information
#AFB8EE (or 0xAFB8EE) is known color: Perano. HEX triplet: AF, B8 and EE. RGB value is (175,184,238). Sum of RGB (Red+Green+Blue) = 175+184+238=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8EE is #504711. Grayscale: #BBBBBB. Windows color (decimal): -5261074 or 15644847. OLE color: 15644847.
HSL color Cylindrical-coordinate representation of color #AFB8EE: hue angle of 231.43º degrees, saturation: 0.65, 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 #AFB8EE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 184 | 238 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.07 |
| HSL | 231.43º | 0.65% | 0.81% | - |
| HSV(B) | 231.43º | 0.26% | 0.93% | - |
| XYZ | 50.25 | 49.57 | 87.81 | - |
| YUV | 187.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 238 | 0.26 | 0.23 | 0 | 0.07 | 231.43 | 0.65 | 0.81 |
| Hex | AF | B8 | EE | 1A | 17 | 0 | 7 | E7 | 41 | 51 |
| Octal | 257 | 270 | 356 | 32 | 27 | 0 | 7 | 347 | 101 | 121 |
| Binary | 10101111 | 10111000 | 11101110 | 11010 | 10111 | 0 | 111 | 11100111 | 1000001 | 1010001 |
Color Harmonies of #AFB8EE
Complementary color
Monochromatic Colors of #AFB8EE
Black with #AFB8EE
Text Example
Text Example
White with #AFB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8EE; }
p { color: rgb(175,184,238); }
H1.HeaderClassName
{
color: #AFB8EE;
}
.AnyTagClassName
{
color: #AFB8EE;
}
</style>
background-color css
<style>
a { background-color: #AFB8EE; }
a { background-color: rgb(175,184,238); }
div.DivClassName
{
background-color: #AFB8EE;
}
.BgClassName
{
background-color: #AFB8EE;
}
</style>
border-color css
<style>
span { border-color: #AFB8EE; }
span { border-color: rgb(175,184,238); }
td.TdClassName
{
border-color: #AFB8EE;
}
.TagClassName
{
border-color: #AFB8EE;
}
</style>