Shades of Perano #98B1EE
Tints of Perano #98B1EE
RGB
CMYK
RGB Variations
Color information
#98B1EE (or 0x98B1EE) is known color: Perano. HEX triplet: 98, B1 and EE. RGB value is (152,177,238). Sum of RGB (Red+Green+Blue) = 152+177+238=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #98B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1EE is #674E11. Grayscale: #B0B0B0. Windows color (decimal): -6770194 or 15643032. OLE color: 15643032.
HSL color Cylindrical-coordinate representation of color #98B1EE: hue angle of 222.56º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B1EE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 177 | 238 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.07 |
| HSL | 222.56º | 0.72% | 0.76% | - |
| HSV(B) | 222.56º | 0.36% | 0.93% | - |
| XYZ | 44.1 | 44.29 | 87.11 | - |
| YUV | 176.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 238 | 0.36 | 0.26 | 0 | 0.07 | 222.56 | 0.72 | 0.76 |
| Hex | 98 | B1 | EE | 24 | 1A | 0 | 7 | DF | 48 | 4C |
| Octal | 230 | 261 | 356 | 44 | 32 | 0 | 7 | 337 | 110 | 114 |
| Binary | 10011000 | 10110001 | 11101110 | 100100 | 11010 | 0 | 111 | 11011111 | 1001000 | 1001100 |
Color Harmonies of #98B1EE
Complementary color
Monochromatic Colors of #98B1EE
Black with #98B1EE
Text Example
Text Example
White with #98B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1EE; }
p { color: rgb(152,177,238); }
H1.HeaderClassName
{
color: #98B1EE;
}
.AnyTagClassName
{
color: #98B1EE;
}
</style>
background-color css
<style>
a { background-color: #98B1EE; }
a { background-color: rgb(152,177,238); }
div.DivClassName
{
background-color: #98B1EE;
}
.BgClassName
{
background-color: #98B1EE;
}
</style>
border-color css
<style>
span { border-color: #98B1EE; }
span { border-color: rgb(152,177,238); }
td.TdClassName
{
border-color: #98B1EE;
}
.TagClassName
{
border-color: #98B1EE;
}
</style>