Shades of Perano #98BBFF
Tints of Perano #98BBFF
RGB
CMYK
RGB Variations
Color information
#98BBFF (or 0x98BBFF) is known color: Perano. HEX triplet: 98, BB and FF. RGB value is (152,187,255). Sum of RGB (Red+Green+Blue) = 152+187+255=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFF is #674400. Grayscale: #B7B7B7. Windows color (decimal): -6767617 or 16759704. OLE color: 16759704.
HSL color Cylindrical-coordinate representation of color #98BBFF: hue angle of 219.61º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BBFF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 187 | 255 | - |
| CMYK | 0.40 | 0.27 | 0 | 0 |
| HSL | 219.61º | 1% | 0.8% | - |
| HSV(B) | 219.61º | 0.4% | 1% | - |
| XYZ | 48.77 | 49.44 | 101.58 | - |
| YUV | 184.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 255 | 0.40 | 0.27 | 0 | 0 | 219.61 | 1 | 0.8 |
| Hex | 98 | BB | FF | 28 | 1B | 0 | 0 | DC | 64 | 50 |
| Octal | 230 | 273 | 377 | 50 | 33 | 0 | 0 | 334 | 144 | 120 |
| Binary | 10011000 | 10111011 | 11111111 | 101000 | 11011 | 0 | 0 | 11011100 | 1100100 | 1010000 |
Color Harmonies of #98BBFF
Complementary color
Monochromatic Colors of #98BBFF
Black with #98BBFF
Text Example
Text Example
White with #98BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBFF; }
p { color: rgb(152,187,255); }
H1.HeaderClassName
{
color: #98BBFF;
}
.AnyTagClassName
{
color: #98BBFF;
}
</style>
background-color css
<style>
a { background-color: #98BBFF; }
a { background-color: rgb(152,187,255); }
div.DivClassName
{
background-color: #98BBFF;
}
.BgClassName
{
background-color: #98BBFF;
}
</style>
border-color css
<style>
span { border-color: #98BBFF; }
span { border-color: rgb(152,187,255); }
td.TdClassName
{
border-color: #98BBFF;
}
.TagClassName
{
border-color: #98BBFF;
}
</style>