Shades of Perano #98BCFD
Tints of Perano #98BCFD
RGB
CMYK
RGB Variations
Color information
#98BCFD (or 0x98BCFD) is known color: Perano. HEX triplet: 98, BC and FD. RGB value is (152,188,253). Sum of RGB (Red+Green+Blue) = 152+188+253=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #98BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCFD is #674302. Grayscale: #B8B8B8. Windows color (decimal): -6767363 or 16628888. OLE color: 16628888.
HSL color Cylindrical-coordinate representation of color #98BCFD: hue angle of 218.61º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BCFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 188 | 253 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 218.61º | 0.96% | 0.79% | - |
| HSV(B) | 218.61º | 0.4% | 0.99% | - |
| XYZ | 48.66 | 49.73 | 99.96 | - |
| YUV | 184.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 253 | 0.40 | 0.26 | 0 | 0.01 | 218.61 | 0.96 | 0.79 |
| Hex | 98 | BC | FD | 28 | 1A | 0 | 1 | DB | 60 | 4F |
| Octal | 230 | 274 | 375 | 50 | 32 | 0 | 1 | 333 | 140 | 117 |
| Binary | 10011000 | 10111100 | 11111101 | 101000 | 11010 | 0 | 1 | 11011011 | 1100000 | 1001111 |
Color Harmonies of #98BCFD
Complementary color
Monochromatic Colors of #98BCFD
Black with #98BCFD
Text Example
Text Example
White with #98BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCFD; }
p { color: rgb(152,188,253); }
H1.HeaderClassName
{
color: #98BCFD;
}
.AnyTagClassName
{
color: #98BCFD;
}
</style>
background-color css
<style>
a { background-color: #98BCFD; }
a { background-color: rgb(152,188,253); }
div.DivClassName
{
background-color: #98BCFD;
}
.BgClassName
{
background-color: #98BCFD;
}
</style>
border-color css
<style>
span { border-color: #98BCFD; }
span { border-color: rgb(152,188,253); }
td.TdClassName
{
border-color: #98BCFD;
}
.TagClassName
{
border-color: #98BCFD;
}
</style>