Shades of Perano #98B8EF
Tints of Perano #98B8EF
RGB
CMYK
RGB Variations
Color information
#98B8EF (or 0x98B8EF) is known color: Perano. HEX triplet: 98, B8 and EF. RGB value is (152,184,239). Sum of RGB (Red+Green+Blue) = 152+184+239=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #98B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8EF is #674710. Grayscale: #B4B4B4. Windows color (decimal): -6768401 or 15710360. OLE color: 15710360.
HSL color Cylindrical-coordinate representation of color #98B8EF: hue angle of 217.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B8EF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 184 | 239 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.06 |
| HSL | 217.93º | 0.73% | 0.77% | - |
| HSV(B) | 217.93º | 0.36% | 0.94% | - |
| XYZ | 45.67 | 47.19 | 88.36 | - |
| YUV | 180.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 239 | 0.36 | 0.23 | 0 | 0.06 | 217.93 | 0.73 | 0.77 |
| Hex | 98 | B8 | EF | 24 | 17 | 0 | 6 | DA | 49 | 4D |
| Octal | 230 | 270 | 357 | 44 | 27 | 0 | 6 | 332 | 111 | 115 |
| Binary | 10011000 | 10111000 | 11101111 | 100100 | 10111 | 0 | 110 | 11011010 | 1001001 | 1001101 |
Color Harmonies of #98B8EF
Complementary color
Monochromatic Colors of #98B8EF
Black with #98B8EF
Text Example
Text Example
White with #98B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B8EF; }
p { color: rgb(152,184,239); }
H1.HeaderClassName
{
color: #98B8EF;
}
.AnyTagClassName
{
color: #98B8EF;
}
</style>
background-color css
<style>
a { background-color: #98B8EF; }
a { background-color: rgb(152,184,239); }
div.DivClassName
{
background-color: #98B8EF;
}
.BgClassName
{
background-color: #98B8EF;
}
</style>
border-color css
<style>
span { border-color: #98B8EF; }
span { border-color: rgb(152,184,239); }
td.TdClassName
{
border-color: #98B8EF;
}
.TagClassName
{
border-color: #98B8EF;
}
</style>