Shades of Perano #98B9F2
Tints of Perano #98B9F2
RGB
CMYK
RGB Variations
Color information
#98B9F2 (or 0x98B9F2) is known color: Perano. HEX triplet: 98, B9 and F2. RGB value is (152,185,242). Sum of RGB (Red+Green+Blue) = 152+185+242=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #98B9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9F2 is #67460D. Grayscale: #B5B5B5. Windows color (decimal): -6768142 or 15907224. OLE color: 15907224.
HSL color Cylindrical-coordinate representation of color #98B9F2: hue angle of 218º degrees, saturation: 0.78, 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 #98B9F2 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 185 | 242 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.05 |
| HSL | 218º | 0.78% | 0.77% | - |
| HSV(B) | 218º | 0.37% | 0.95% | - |
| XYZ | 46.32 | 47.78 | 90.79 | - |
| YUV | 181.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 242 | 0.37 | 0.24 | 0 | 0.05 | 218 | 0.78 | 0.77 |
| Hex | 98 | B9 | F2 | 25 | 18 | 0 | 5 | DA | 4E | 4D |
| Octal | 230 | 271 | 362 | 45 | 30 | 0 | 5 | 332 | 116 | 115 |
| Binary | 10011000 | 10111001 | 11110010 | 100101 | 11000 | 0 | 101 | 11011010 | 1001110 | 1001101 |
Color Harmonies of #98B9F2
Complementary color
Monochromatic Colors of #98B9F2
Black with #98B9F2
Text Example
Text Example
White with #98B9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9F2; }
p { color: rgb(152,185,242); }
H1.HeaderClassName
{
color: #98B9F2;
}
.AnyTagClassName
{
color: #98B9F2;
}
</style>
background-color css
<style>
a { background-color: #98B9F2; }
a { background-color: rgb(152,185,242); }
div.DivClassName
{
background-color: #98B9F2;
}
.BgClassName
{
background-color: #98B9F2;
}
</style>
border-color css
<style>
span { border-color: #98B9F2; }
span { border-color: rgb(152,185,242); }
td.TdClassName
{
border-color: #98B9F2;
}
.TagClassName
{
border-color: #98B9F2;
}
</style>