Shades of Perano #AFB0EE
Tints of Perano #AFB0EE
RGB
CMYK
RGB Variations
Color information
#AFB0EE (or 0xAFB0EE) is known color: Perano. HEX triplet: AF, B0 and EE. RGB value is (175,176,238). Sum of RGB (Red+Green+Blue) = 175+176+238=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0EE is #504F11. Grayscale: #B6B6B6. Windows color (decimal): -5263122 or 15642799. OLE color: 15642799.
HSL color Cylindrical-coordinate representation of color #AFB0EE: hue angle of 239.05º 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 #AFB0EE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 176 | 238 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.07 |
| HSL | 239.05º | 0.65% | 0.81% | - |
| HSV(B) | 239.05º | 0.26% | 0.93% | - |
| XYZ | 48.64 | 46.34 | 87.27 | - |
| YUV | 182.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 238 | 0.26 | 0.26 | 0 | 0.07 | 239.05 | 0.65 | 0.81 |
| Hex | AF | B0 | EE | 1A | 1A | 0 | 7 | EF | 41 | 51 |
| Octal | 257 | 260 | 356 | 32 | 32 | 0 | 7 | 357 | 101 | 121 |
| Binary | 10101111 | 10110000 | 11101110 | 11010 | 11010 | 0 | 111 | 11101111 | 1000001 | 1010001 |
Color Harmonies of #AFB0EE
Complementary color
Monochromatic Colors of #AFB0EE
Black with #AFB0EE
Text Example
Text Example
White with #AFB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0EE; }
p { color: rgb(175,176,238); }
H1.HeaderClassName
{
color: #AFB0EE;
}
.AnyTagClassName
{
color: #AFB0EE;
}
</style>
background-color css
<style>
a { background-color: #AFB0EE; }
a { background-color: rgb(175,176,238); }
div.DivClassName
{
background-color: #AFB0EE;
}
.BgClassName
{
background-color: #AFB0EE;
}
</style>
border-color css
<style>
span { border-color: #AFB0EE; }
span { border-color: rgb(175,176,238); }
td.TdClassName
{
border-color: #AFB0EE;
}
.TagClassName
{
border-color: #AFB0EE;
}
</style>