Shades of Perano #99BAFF
Tints of Perano #99BAFF
RGB
CMYK
RGB Variations
Color information
#99BAFF (or 0x99BAFF) is known color: Perano. HEX triplet: 99, BA and FF. RGB value is (153,186,255). Sum of RGB (Red+Green+Blue) = 153+186+255=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFF is #664500. Grayscale: #B7B7B7. Windows color (decimal): -6702337 or 16759449. OLE color: 16759449.
HSL color Cylindrical-coordinate representation of color #99BAFF: hue angle of 220.59º 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 #99BAFF is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 186 | 255 | - |
| CMYK | 0.4 | 0.27 | 0 | 0 |
| HSL | 220.59º | 1% | 0.8% | - |
| HSV(B) | 220.59º | 0.4% | 1% | - |
| XYZ | 48.75 | 49.11 | 101.52 | - |
| YUV | 184 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 255 | 0.4 | 0.27 | 0 | 0 | 220.59 | 1 | 0.8 |
| Hex | 99 | BA | FF | 28 | 1B | 0 | 0 | DD | 64 | 50 |
| Octal | 231 | 272 | 377 | 50 | 33 | 0 | 0 | 335 | 144 | 120 |
| Binary | 10011001 | 10111010 | 11111111 | 101000 | 11011 | 0 | 0 | 11011101 | 1100100 | 1010000 |
Color Harmonies of #99BAFF
Complementary color
Monochromatic Colors of #99BAFF
Black with #99BAFF
Text Example
Text Example
White with #99BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAFF; }
p { color: rgb(153,186,255); }
H1.HeaderClassName
{
color: #99BAFF;
}
.AnyTagClassName
{
color: #99BAFF;
}
</style>
background-color css
<style>
a { background-color: #99BAFF; }
a { background-color: rgb(153,186,255); }
div.DivClassName
{
background-color: #99BAFF;
}
.BgClassName
{
background-color: #99BAFF;
}
</style>
border-color css
<style>
span { border-color: #99BAFF; }
span { border-color: rgb(153,186,255); }
td.TdClassName
{
border-color: #99BAFF;
}
.TagClassName
{
border-color: #99BAFF;
}
</style>