Shades of Perano #AFB6EE
Tints of Perano #AFB6EE
RGB
CMYK
RGB Variations
Color information
#AFB6EE (or 0xAFB6EE) is known color: Perano. HEX triplet: AF, B6 and EE. RGB value is (175,182,238). Sum of RGB (Red+Green+Blue) = 175+182+238=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6EE is #504911. Grayscale: #BABABA. Windows color (decimal): -5261586 or 15644335. OLE color: 15644335.
HSL color Cylindrical-coordinate representation of color #AFB6EE: hue angle of 233.33º 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 #AFB6EE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 182 | 238 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.07 |
| HSL | 233.33º | 0.65% | 0.81% | - |
| HSV(B) | 233.33º | 0.26% | 0.93% | - |
| XYZ | 49.84 | 48.74 | 87.67 | - |
| YUV | 186.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 238 | 0.26 | 0.24 | 0 | 0.07 | 233.33 | 0.65 | 0.81 |
| Hex | AF | B6 | EE | 1A | 18 | 0 | 7 | E9 | 41 | 51 |
| Octal | 257 | 266 | 356 | 32 | 30 | 0 | 7 | 351 | 101 | 121 |
| Binary | 10101111 | 10110110 | 11101110 | 11010 | 11000 | 0 | 111 | 11101001 | 1000001 | 1010001 |
Color Harmonies of #AFB6EE
Complementary color
Monochromatic Colors of #AFB6EE
Black with #AFB6EE
Text Example
Text Example
White with #AFB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6EE; }
p { color: rgb(175,182,238); }
H1.HeaderClassName
{
color: #AFB6EE;
}
.AnyTagClassName
{
color: #AFB6EE;
}
</style>
background-color css
<style>
a { background-color: #AFB6EE; }
a { background-color: rgb(175,182,238); }
div.DivClassName
{
background-color: #AFB6EE;
}
.BgClassName
{
background-color: #AFB6EE;
}
</style>
border-color css
<style>
span { border-color: #AFB6EE; }
span { border-color: rgb(175,182,238); }
td.TdClassName
{
border-color: #AFB6EE;
}
.TagClassName
{
border-color: #AFB6EE;
}
</style>