Shades of Perano #98B6FE
Tints of Perano #98B6FE
RGB
CMYK
RGB Variations
Color information
#98B6FE (or 0x98B6FE) is known color: Perano. HEX triplet: 98, B6 and FE. RGB value is (152,182,254). Sum of RGB (Red+Green+Blue) = 152+182+254=588 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.85% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #98B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B6FE is #674901. Grayscale: #B4B4B4. Windows color (decimal): -6768898 or 16692888. OLE color: 16692888.
HSL color Cylindrical-coordinate representation of color #98B6FE: hue angle of 222.35º 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 #98B6FE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 182 | 254 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.00 |
| HSL | 222.35º | 0.98% | 0.8% | - |
| HSV(B) | 222.35º | 0.4% | 1% | - |
| XYZ | 47.57 | 47.29 | 100.39 | - |
| YUV | 181.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 254 | 0.40 | 0.28 | 0 | 0.00 | 222.35 | 0.98 | 0.8 |
| Hex | 98 | B6 | FE | 28 | 1C | 0 | 0 | DE | 62 | 50 |
| Octal | 230 | 266 | 376 | 50 | 34 | 0 | 0 | 336 | 142 | 120 |
| Binary | 10011000 | 10110110 | 11111110 | 101000 | 11100 | 0 | 0 | 11011110 | 1100010 | 1010000 |
Color Harmonies of #98B6FE
Complementary color
Monochromatic Colors of #98B6FE
Black with #98B6FE
Text Example
Text Example
White with #98B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B6FE; }
p { color: rgb(152,182,254); }
H1.HeaderClassName
{
color: #98B6FE;
}
.AnyTagClassName
{
color: #98B6FE;
}
</style>
background-color css
<style>
a { background-color: #98B6FE; }
a { background-color: rgb(152,182,254); }
div.DivClassName
{
background-color: #98B6FE;
}
.BgClassName
{
background-color: #98B6FE;
}
</style>
border-color css
<style>
span { border-color: #98B6FE; }
span { border-color: rgb(152,182,254); }
td.TdClassName
{
border-color: #98B6FE;
}
.TagClassName
{
border-color: #98B6FE;
}
</style>