Shades of Perano #98B1EF
Tints of Perano #98B1EF
RGB
CMYK
RGB Variations
Color information
#98B1EF (or 0x98B1EF) is known color: Perano. HEX triplet: 98, B1 and EF. RGB value is (152,177,239). Sum of RGB (Red+Green+Blue) = 152+177+239=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #98B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1EF is #674E10. Grayscale: #B0B0B0. Windows color (decimal): -6770193 or 15708568. OLE color: 15708568.
HSL color Cylindrical-coordinate representation of color #98B1EF: hue angle of 222.76º 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 #98B1EF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 177 | 239 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.06 |
| HSL | 222.76º | 0.73% | 0.77% | - |
| HSV(B) | 222.76º | 0.36% | 0.94% | - |
| XYZ | 44.25 | 44.35 | 87.89 | - |
| YUV | 176.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 239 | 0.36 | 0.26 | 0 | 0.06 | 222.76 | 0.73 | 0.77 |
| Hex | 98 | B1 | EF | 24 | 1A | 0 | 6 | DF | 49 | 4D |
| Octal | 230 | 261 | 357 | 44 | 32 | 0 | 6 | 337 | 111 | 115 |
| Binary | 10011000 | 10110001 | 11101111 | 100100 | 11010 | 0 | 110 | 11011111 | 1001001 | 1001101 |
Color Harmonies of #98B1EF
Complementary color
Monochromatic Colors of #98B1EF
Black with #98B1EF
Text Example
Text Example
White with #98B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1EF; }
p { color: rgb(152,177,239); }
H1.HeaderClassName
{
color: #98B1EF;
}
.AnyTagClassName
{
color: #98B1EF;
}
</style>
background-color css
<style>
a { background-color: #98B1EF; }
a { background-color: rgb(152,177,239); }
div.DivClassName
{
background-color: #98B1EF;
}
.BgClassName
{
background-color: #98B1EF;
}
</style>
border-color css
<style>
span { border-color: #98B1EF; }
span { border-color: rgb(152,177,239); }
td.TdClassName
{
border-color: #98B1EF;
}
.TagClassName
{
border-color: #98B1EF;
}
</style>