Shades of Perano #99BBF5
Tints of Perano #99BBF5
RGB
CMYK
RGB Variations
Color information
#99BBF5 (or 0x99BBF5) is known color: Perano. HEX triplet: 99, BB and F5. RGB value is (153,187,245). Sum of RGB (Red+Green+Blue) = 153+187+245=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #99BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBF5 is #66440A. Grayscale: #B7B7B7. Windows color (decimal): -6702091 or 16104345. OLE color: 16104345.
HSL color Cylindrical-coordinate representation of color #99BBF5: hue angle of 217.83º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BBF5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 187 | 245 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.04 |
| HSL | 217.83º | 0.82% | 0.78% | - |
| HSV(B) | 217.83º | 0.38% | 0.96% | - |
| XYZ | 47.39 | 48.91 | 93.33 | - |
| YUV | 183.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 245 | 0.38 | 0.24 | 0 | 0.04 | 217.83 | 0.82 | 0.78 |
| Hex | 99 | BB | F5 | 26 | 18 | 0 | 4 | DA | 52 | 4E |
| Octal | 231 | 273 | 365 | 46 | 30 | 0 | 4 | 332 | 122 | 116 |
| Binary | 10011001 | 10111011 | 11110101 | 100110 | 11000 | 0 | 100 | 11011010 | 1010010 | 1001110 |
Color Harmonies of #99BBF5
Complementary color
Monochromatic Colors of #99BBF5
Black with #99BBF5
Text Example
Text Example
White with #99BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBF5; }
p { color: rgb(153,187,245); }
H1.HeaderClassName
{
color: #99BBF5;
}
.AnyTagClassName
{
color: #99BBF5;
}
</style>
background-color css
<style>
a { background-color: #99BBF5; }
a { background-color: rgb(153,187,245); }
div.DivClassName
{
background-color: #99BBF5;
}
.BgClassName
{
background-color: #99BBF5;
}
</style>
border-color css
<style>
span { border-color: #99BBF5; }
span { border-color: rgb(153,187,245); }
td.TdClassName
{
border-color: #99BBF5;
}
.TagClassName
{
border-color: #99BBF5;
}
</style>