Shades of Perano #98B6F9
Tints of Perano #98B6F9
RGB
CMYK
RGB Variations
Color information
#98B6F9 (or 0x98B6F9) is known color: Perano. HEX triplet: 98, B6 and F9. RGB value is (152,182,249). Sum of RGB (Red+Green+Blue) = 152+182+249=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #98B6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B6F9 is #674906. Grayscale: #B4B4B4. Windows color (decimal): -6768903 or 16365208. OLE color: 16365208.
HSL color Cylindrical-coordinate representation of color #98B6F9: hue angle of 221.44º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98B6F9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 182 | 249 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.02 |
| HSL | 221.44º | 0.89% | 0.79% | - |
| HSV(B) | 221.44º | 0.39% | 0.98% | - |
| XYZ | 46.78 | 46.97 | 96.22 | - |
| YUV | 180.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 249 | 0.39 | 0.27 | 0 | 0.02 | 221.44 | 0.89 | 0.79 |
| Hex | 98 | B6 | F9 | 27 | 1B | 0 | 2 | DD | 59 | 4F |
| Octal | 230 | 266 | 371 | 47 | 33 | 0 | 2 | 335 | 131 | 117 |
| Binary | 10011000 | 10110110 | 11111001 | 100111 | 11011 | 0 | 10 | 11011101 | 1011001 | 1001111 |
Color Harmonies of #98B6F9
Complementary color
Monochromatic Colors of #98B6F9
Black with #98B6F9
Text Example
Text Example
White with #98B6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B6F9; }
p { color: rgb(152,182,249); }
H1.HeaderClassName
{
color: #98B6F9;
}
.AnyTagClassName
{
color: #98B6F9;
}
</style>
background-color css
<style>
a { background-color: #98B6F9; }
a { background-color: rgb(152,182,249); }
div.DivClassName
{
background-color: #98B6F9;
}
.BgClassName
{
background-color: #98B6F9;
}
</style>
border-color css
<style>
span { border-color: #98B6F9; }
span { border-color: rgb(152,182,249); }
td.TdClassName
{
border-color: #98B6F9;
}
.TagClassName
{
border-color: #98B6F9;
}
</style>