Shades of Perano #99BBFF
Tints of Perano #99BBFF
RGB
CMYK
RGB Variations
Color information
#99BBFF (or 0x99BBFF) is known color: Perano. HEX triplet: 99, BB and FF. RGB value is (153,187,255). Sum of RGB (Red+Green+Blue) = 153+187+255=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFF is #664400. Grayscale: #B8B8B8. Windows color (decimal): -6702081 or 16759705. OLE color: 16759705.
HSL color Cylindrical-coordinate representation of color #99BBFF: hue angle of 220º 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 #99BBFF is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 187 | 255 | - |
| CMYK | 0.4 | 0.27 | 0 | 0 |
| HSL | 220º | 1% | 0.8% | - |
| HSV(B) | 220º | 0.4% | 1% | - |
| XYZ | 48.96 | 49.53 | 101.59 | - |
| YUV | 184.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 255 | 0.4 | 0.27 | 0 | 0 | 220 | 1 | 0.8 |
| Hex | 99 | BB | FF | 28 | 1B | 0 | 0 | DC | 64 | 50 |
| Octal | 231 | 273 | 377 | 50 | 33 | 0 | 0 | 334 | 144 | 120 |
| Binary | 10011001 | 10111011 | 11111111 | 101000 | 11011 | 0 | 0 | 11011100 | 1100100 | 1010000 |
Color Harmonies of #99BBFF
Complementary color
Monochromatic Colors of #99BBFF
Black with #99BBFF
Text Example
Text Example
White with #99BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBFF; }
p { color: rgb(153,187,255); }
H1.HeaderClassName
{
color: #99BBFF;
}
.AnyTagClassName
{
color: #99BBFF;
}
</style>
background-color css
<style>
a { background-color: #99BBFF; }
a { background-color: rgb(153,187,255); }
div.DivClassName
{
background-color: #99BBFF;
}
.BgClassName
{
background-color: #99BBFF;
}
</style>
border-color css
<style>
span { border-color: #99BBFF; }
span { border-color: rgb(153,187,255); }
td.TdClassName
{
border-color: #99BBFF;
}
.TagClassName
{
border-color: #99BBFF;
}
</style>