Shades of Perano #AFB5EB
Tints of Perano #AFB5EB
RGB
CMYK
RGB Variations
Color information
#AFB5EB (or 0xAFB5EB) is known color: Perano. HEX triplet: AF, B5 and EB. RGB value is (175,181,235). Sum of RGB (Red+Green+Blue) = 175+181+235=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5EB is #504A14. Grayscale: #B9B9B9. Windows color (decimal): -5261845 or 15447471. OLE color: 15447471.
HSL color Cylindrical-coordinate representation of color #AFB5EB: hue angle of 234º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB5EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 175 | 181 | 235 | - |
CMYK | 0.26 | 0.23 | 0 | 0.08 |
HSL | 234º | 0.6% | 0.8% | - |
HSV(B) | 234º | 0.26% | 0.92% | - |
XYZ | 49.2 | 48.16 | 85.3 | - |
YUV | 185.36 | 156.01 | 120.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 235 | 0.26 | 0.23 | 0 | 0.08 | 234 | 0.6 | 0.8 |
Hex | AF | B5 | EB | 1A | 17 | 0 | 8 | EA | 3C | 50 |
Octal | 257 | 265 | 353 | 32 | 27 | 0 | 10 | 352 | 74 | 120 |
Binary | 10101111 | 10110101 | 11101011 | 11010 | 10111 | 0 | 1000 | 11101010 | 111100 | 1010000 |
Color Harmonies of #AFB5EB
Complementary color
Monochromatic Colors of #AFB5EB
Black with #AFB5EB
Text Example
Text Example
White with #AFB5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5EB; }
p { color: rgb(175,181,235); }
H1.HeaderClassName
{
color: #AFB5EB;
}
.AnyTagClassName
{
color: #AFB5EB;
}
</style>
background-color css
<style>
a { background-color: #AFB5EB; }
a { background-color: rgb(175,181,235); }
div.DivClassName
{
background-color: #AFB5EB;
}
.BgClassName
{
background-color: #AFB5EB;
}
</style>
border-color css
<style>
span { border-color: #AFB5EB; }
span { border-color: rgb(175,181,235); }
td.TdClassName
{
border-color: #AFB5EB;
}
.TagClassName
{
border-color: #AFB5EB;
}
</style>