Shades of Perano #98BBFE
Tints of Perano #98BBFE
RGB
CMYK
RGB Variations
Color information
#98BBFE (or 0x98BBFE) is known color: Perano. HEX triplet: 98, BB and FE. RGB value is (152,187,254). Sum of RGB (Red+Green+Blue) = 152+187+254=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFE is #674401. Grayscale: #B7B7B7. Windows color (decimal): -6767618 or 16694168. OLE color: 16694168.
HSL color Cylindrical-coordinate representation of color #98BBFE: hue angle of 219.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BBFE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 187 | 254 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.00 |
| HSL | 219.41º | 0.98% | 0.8% | - |
| HSV(B) | 219.41º | 0.4% | 1% | - |
| XYZ | 48.61 | 49.37 | 100.73 | - |
| YUV | 184.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 254 | 0.40 | 0.26 | 0 | 0.00 | 219.41 | 0.98 | 0.8 |
| Hex | 98 | BB | FE | 28 | 1A | 0 | 0 | DB | 62 | 50 |
| Octal | 230 | 273 | 376 | 50 | 32 | 0 | 0 | 333 | 142 | 120 |
| Binary | 10011000 | 10111011 | 11111110 | 101000 | 11010 | 0 | 0 | 11011011 | 1100010 | 1010000 |
Color Harmonies of #98BBFE
Complementary color
Monochromatic Colors of #98BBFE
Black with #98BBFE
Text Example
Text Example
White with #98BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBFE; }
p { color: rgb(152,187,254); }
H1.HeaderClassName
{
color: #98BBFE;
}
.AnyTagClassName
{
color: #98BBFE;
}
</style>
background-color css
<style>
a { background-color: #98BBFE; }
a { background-color: rgb(152,187,254); }
div.DivClassName
{
background-color: #98BBFE;
}
.BgClassName
{
background-color: #98BBFE;
}
</style>
border-color css
<style>
span { border-color: #98BBFE; }
span { border-color: rgb(152,187,254); }
td.TdClassName
{
border-color: #98BBFE;
}
.TagClassName
{
border-color: #98BBFE;
}
</style>