Shades of Perano #98B9EA
Tints of Perano #98B9EA
RGB
CMYK
RGB Variations
Color information
#98B9EA (or 0x98B9EA) is known color: Perano. HEX triplet: 98, B9 and EA. RGB value is (152,185,234). Sum of RGB (Red+Green+Blue) = 152+185+234=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #98B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9EA is #674615. Grayscale: #B4B4B4. Windows color (decimal): -6768150 or 15382936. OLE color: 15382936.
HSL color Cylindrical-coordinate representation of color #98B9EA: hue angle of 215.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98B9EA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 185 | 234 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.08 |
| HSL | 215.85º | 0.66% | 0.76% | - |
| HSV(B) | 215.85º | 0.35% | 0.92% | - |
| XYZ | 45.15 | 47.31 | 84.59 | - |
| YUV | 180.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 234 | 0.35 | 0.21 | 0 | 0.08 | 215.85 | 0.66 | 0.76 |
| Hex | 98 | B9 | EA | 23 | 15 | 0 | 8 | D8 | 42 | 4C |
| Octal | 230 | 271 | 352 | 43 | 25 | 0 | 10 | 330 | 102 | 114 |
| Binary | 10011000 | 10111001 | 11101010 | 100011 | 10101 | 0 | 1000 | 11011000 | 1000010 | 1001100 |
Color Harmonies of #98B9EA
Complementary color
Monochromatic Colors of #98B9EA
Black with #98B9EA
Text Example
Text Example
White with #98B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9EA; }
p { color: rgb(152,185,234); }
H1.HeaderClassName
{
color: #98B9EA;
}
.AnyTagClassName
{
color: #98B9EA;
}
</style>
background-color css
<style>
a { background-color: #98B9EA; }
a { background-color: rgb(152,185,234); }
div.DivClassName
{
background-color: #98B9EA;
}
.BgClassName
{
background-color: #98B9EA;
}
</style>
border-color css
<style>
span { border-color: #98B9EA; }
span { border-color: rgb(152,185,234); }
td.TdClassName
{
border-color: #98B9EA;
}
.TagClassName
{
border-color: #98B9EA;
}
</style>