Shades of Perano #99AFFF
Tints of Perano #99AFFF
RGB
CMYK
RGB Variations
Color information
#99AFFF (or 0x99AFFF) is known color: Perano. HEX triplet: 99, AF and FF. RGB value is (153,175,255). Sum of RGB (Red+Green+Blue) = 153+175+255=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #99AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFFF is #665000. Grayscale: #B1B1B1. Windows color (decimal): -6705153 or 16756633. OLE color: 16756633.
HSL color Cylindrical-coordinate representation of color #99AFFF: hue angle of 227.06º 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 #99AFFF is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 175 | 255 | - |
| CMYK | 0.4 | 0.31 | 0 | 0 |
| HSL | 227.06º | 1% | 0.8% | - |
| HSV(B) | 227.06º | 0.4% | 1% | - |
| XYZ | 46.52 | 44.65 | 100.77 | - |
| YUV | 177.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 255 | 0.4 | 0.31 | 0 | 0 | 227.06 | 1 | 0.8 |
| Hex | 99 | AF | FF | 28 | 1F | 0 | 0 | E3 | 64 | 50 |
| Octal | 231 | 257 | 377 | 50 | 37 | 0 | 0 | 343 | 144 | 120 |
| Binary | 10011001 | 10101111 | 11111111 | 101000 | 11111 | 0 | 0 | 11100011 | 1100100 | 1010000 |
Color Harmonies of #99AFFF
Complementary color
Monochromatic Colors of #99AFFF
Black with #99AFFF
Text Example
Text Example
White with #99AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFFF; }
p { color: rgb(153,175,255); }
H1.HeaderClassName
{
color: #99AFFF;
}
.AnyTagClassName
{
color: #99AFFF;
}
</style>
background-color css
<style>
a { background-color: #99AFFF; }
a { background-color: rgb(153,175,255); }
div.DivClassName
{
background-color: #99AFFF;
}
.BgClassName
{
background-color: #99AFFF;
}
</style>
border-color css
<style>
span { border-color: #99AFFF; }
span { border-color: rgb(153,175,255); }
td.TdClassName
{
border-color: #99AFFF;
}
.TagClassName
{
border-color: #99AFFF;
}
</style>