Shades of Perano #98BBF3
Tints of Perano #98BBF3
RGB
CMYK
RGB Variations
Color information
#98BBF3 (or 0x98BBF3) is known color: Perano. HEX triplet: 98, BB and F3. RGB value is (152,187,243). Sum of RGB (Red+Green+Blue) = 152+187+243=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #98BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBF3 is #67440C. Grayscale: #B6B6B6. Windows color (decimal): -6767629 or 15973272. OLE color: 15973272.
HSL color Cylindrical-coordinate representation of color #98BBF3: hue angle of 216.92º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BBF3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 187 | 243 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.05 |
| HSL | 216.92º | 0.79% | 0.77% | - |
| HSV(B) | 216.92º | 0.37% | 0.95% | - |
| XYZ | 46.9 | 48.69 | 91.72 | - |
| YUV | 182.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 243 | 0.37 | 0.23 | 0 | 0.05 | 216.92 | 0.79 | 0.77 |
| Hex | 98 | BB | F3 | 25 | 17 | 0 | 5 | D9 | 4F | 4D |
| Octal | 230 | 273 | 363 | 45 | 27 | 0 | 5 | 331 | 117 | 115 |
| Binary | 10011000 | 10111011 | 11110011 | 100101 | 10111 | 0 | 101 | 11011001 | 1001111 | 1001101 |
Color Harmonies of #98BBF3
Complementary color
Monochromatic Colors of #98BBF3
Black with #98BBF3
Text Example
Text Example
White with #98BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBF3; }
p { color: rgb(152,187,243); }
H1.HeaderClassName
{
color: #98BBF3;
}
.AnyTagClassName
{
color: #98BBF3;
}
</style>
background-color css
<style>
a { background-color: #98BBF3; }
a { background-color: rgb(152,187,243); }
div.DivClassName
{
background-color: #98BBF3;
}
.BgClassName
{
background-color: #98BBF3;
}
</style>
border-color css
<style>
span { border-color: #98BBF3; }
span { border-color: rgb(152,187,243); }
td.TdClassName
{
border-color: #98BBF3;
}
.TagClassName
{
border-color: #98BBF3;
}
</style>