Shades of Perano #99A8FF
Tints of Perano #99A8FF
RGB
CMYK
RGB Variations
Color information
#99A8FF (or 0x99A8FF) is known color: Perano. HEX triplet: 99, A8 and FF. RGB value is (153,168,255). Sum of RGB (Red+Green+Blue) = 153+168+255=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #99A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8FF is #665700. Grayscale: #ADADAD. Windows color (decimal): -6706945 or 16754841. OLE color: 16754841.
HSL color Cylindrical-coordinate representation of color #99A8FF: hue angle of 231.18º 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 #99A8FF is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 168 | 255 | - |
| CMYK | 0.4 | 0.34 | 0 | 0 |
| HSL | 231.18º | 1% | 0.8% | - |
| HSV(B) | 231.18º | 0.4% | 1% | - |
| XYZ | 45.19 | 42 | 100.33 | - |
| YUV | 173.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 255 | 0.4 | 0.34 | 0 | 0 | 231.18 | 1 | 0.8 |
| Hex | 99 | A8 | FF | 28 | 22 | 0 | 0 | E7 | 64 | 50 |
| Octal | 231 | 250 | 377 | 50 | 42 | 0 | 0 | 347 | 144 | 120 |
| Binary | 10011001 | 10101000 | 11111111 | 101000 | 100010 | 0 | 0 | 11100111 | 1100100 | 1010000 |
Color Harmonies of #99A8FF
Complementary color
Monochromatic Colors of #99A8FF
Black with #99A8FF
Text Example
Text Example
White with #99A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8FF; }
p { color: rgb(153,168,255); }
H1.HeaderClassName
{
color: #99A8FF;
}
.AnyTagClassName
{
color: #99A8FF;
}
</style>
background-color css
<style>
a { background-color: #99A8FF; }
a { background-color: rgb(153,168,255); }
div.DivClassName
{
background-color: #99A8FF;
}
.BgClassName
{
background-color: #99A8FF;
}
</style>
border-color css
<style>
span { border-color: #99A8FF; }
span { border-color: rgb(153,168,255); }
td.TdClassName
{
border-color: #99A8FF;
}
.TagClassName
{
border-color: #99A8FF;
}
</style>