Shades of Perano #98BBF7
Tints of Perano #98BBF7
RGB
CMYK
RGB Variations
Color information
#98BBF7 (or 0x98BBF7) is known color: Perano. HEX triplet: 98, BB and F7. RGB value is (152,187,247). Sum of RGB (Red+Green+Blue) = 152+187+247=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #98BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBF7 is #674408. Grayscale: #B7B7B7. Windows color (decimal): -6767625 or 16235416. OLE color: 16235416.
HSL color Cylindrical-coordinate representation of color #98BBF7: hue angle of 217.89º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98BBF7 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 187 | 247 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.03 |
| HSL | 217.89º | 0.86% | 0.78% | - |
| HSV(B) | 217.89º | 0.38% | 0.97% | - |
| XYZ | 47.51 | 48.93 | 94.94 | - |
| YUV | 183.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 247 | 0.38 | 0.24 | 0 | 0.03 | 217.89 | 0.86 | 0.78 |
| Hex | 98 | BB | F7 | 26 | 18 | 0 | 3 | DA | 56 | 4E |
| Octal | 230 | 273 | 367 | 46 | 30 | 0 | 3 | 332 | 126 | 116 |
| Binary | 10011000 | 10111011 | 11110111 | 100110 | 11000 | 0 | 11 | 11011010 | 1010110 | 1001110 |
Color Harmonies of #98BBF7
Complementary color
Monochromatic Colors of #98BBF7
Black with #98BBF7
Text Example
Text Example
White with #98BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBF7; }
p { color: rgb(152,187,247); }
H1.HeaderClassName
{
color: #98BBF7;
}
.AnyTagClassName
{
color: #98BBF7;
}
</style>
background-color css
<style>
a { background-color: #98BBF7; }
a { background-color: rgb(152,187,247); }
div.DivClassName
{
background-color: #98BBF7;
}
.BgClassName
{
background-color: #98BBF7;
}
</style>
border-color css
<style>
span { border-color: #98BBF7; }
span { border-color: rgb(152,187,247); }
td.TdClassName
{
border-color: #98BBF7;
}
.TagClassName
{
border-color: #98BBF7;
}
</style>