Shades of Perano #99ADFF
Tints of Perano #99ADFF
RGB
CMYK
RGB Variations
Color information
#99ADFF (or 0x99ADFF) is known color: Perano. HEX triplet: 99, AD and FF. RGB value is (153,173,255). Sum of RGB (Red+Green+Blue) = 153+173+255=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #99ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADFF is #665200. Grayscale: #B0B0B0. Windows color (decimal): -6705665 or 16756121. OLE color: 16756121.
HSL color Cylindrical-coordinate representation of color #99ADFF: hue angle of 228.24º 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 #99ADFF is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 173 | 255 | - |
| CMYK | 0.4 | 0.32 | 0 | 0 |
| HSL | 228.24º | 1% | 0.8% | - |
| HSV(B) | 228.24º | 0.4% | 1% | - |
| XYZ | 46.13 | 43.88 | 100.65 | - |
| YUV | 176.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 255 | 0.4 | 0.32 | 0 | 0 | 228.24 | 1 | 0.8 |
| Hex | 99 | AD | FF | 28 | 20 | 0 | 0 | E4 | 64 | 50 |
| Octal | 231 | 255 | 377 | 50 | 40 | 0 | 0 | 344 | 144 | 120 |
| Binary | 10011001 | 10101101 | 11111111 | 101000 | 100000 | 0 | 0 | 11100100 | 1100100 | 1010000 |
Color Harmonies of #99ADFF
Complementary color
Monochromatic Colors of #99ADFF
Black with #99ADFF
Text Example
Text Example
White with #99ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADFF; }
p { color: rgb(153,173,255); }
H1.HeaderClassName
{
color: #99ADFF;
}
.AnyTagClassName
{
color: #99ADFF;
}
</style>
background-color css
<style>
a { background-color: #99ADFF; }
a { background-color: rgb(153,173,255); }
div.DivClassName
{
background-color: #99ADFF;
}
.BgClassName
{
background-color: #99ADFF;
}
</style>
border-color css
<style>
span { border-color: #99ADFF; }
span { border-color: rgb(153,173,255); }
td.TdClassName
{
border-color: #99ADFF;
}
.TagClassName
{
border-color: #99ADFF;
}
</style>