Shades of Perano #99AEFF
Tints of Perano #99AEFF
RGB
CMYK
RGB Variations
Color information
#99AEFF (or 0x99AEFF) is known color: Perano. HEX triplet: 99, AE and FF. RGB value is (153,174,255). Sum of RGB (Red+Green+Blue) = 153+174+255=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEFF is #665100. Grayscale: #B0B0B0. Windows color (decimal): -6705409 or 16756377. OLE color: 16756377.
HSL color Cylindrical-coordinate representation of color #99AEFF: hue angle of 227.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AEFF is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 174 | 255 | - |
| CMYK | 0.4 | 0.32 | 0 | 0 |
| HSL | 227.65º | 1% | 0.8% | - |
| HSV(B) | 227.65º | 0.4% | 1% | - |
| XYZ | 46.32 | 44.26 | 100.71 | - |
| YUV | 176.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 255 | 0.4 | 0.32 | 0 | 0 | 227.65 | 1 | 0.8 |
| Hex | 99 | AE | FF | 28 | 20 | 0 | 0 | E4 | 64 | 50 |
| Octal | 231 | 256 | 377 | 50 | 40 | 0 | 0 | 344 | 144 | 120 |
| Binary | 10011001 | 10101110 | 11111111 | 101000 | 100000 | 0 | 0 | 11100100 | 1100100 | 1010000 |
Color Harmonies of #99AEFF
Complementary color
Monochromatic Colors of #99AEFF
Black with #99AEFF
Text Example
Text Example
White with #99AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEFF; }
p { color: rgb(153,174,255); }
H1.HeaderClassName
{
color: #99AEFF;
}
.AnyTagClassName
{
color: #99AEFF;
}
</style>
background-color css
<style>
a { background-color: #99AEFF; }
a { background-color: rgb(153,174,255); }
div.DivClassName
{
background-color: #99AEFF;
}
.BgClassName
{
background-color: #99AEFF;
}
</style>
border-color css
<style>
span { border-color: #99AEFF; }
span { border-color: rgb(153,174,255); }
td.TdClassName
{
border-color: #99AEFF;
}
.TagClassName
{
border-color: #99AEFF;
}
</style>