Shades of Perano #98BBF2
Tints of Perano #98BBF2
RGB
CMYK
RGB Variations
Color information
#98BBF2 (or 0x98BBF2) is known color: Perano. HEX triplet: 98, BB and F2. RGB value is (152,187,242). Sum of RGB (Red+Green+Blue) = 152+187+242=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #98BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBF2 is #67440D. Grayscale: #B6B6B6. Windows color (decimal): -6767630 or 15907736. OLE color: 15907736.
HSL color Cylindrical-coordinate representation of color #98BBF2: hue angle of 216.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BBF2 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 187 | 242 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.05 |
| HSL | 216.67º | 0.78% | 0.77% | - |
| HSV(B) | 216.67º | 0.37% | 0.95% | - |
| XYZ | 46.75 | 48.63 | 90.93 | - |
| YUV | 182.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 242 | 0.37 | 0.23 | 0 | 0.05 | 216.67 | 0.78 | 0.77 |
| Hex | 98 | BB | F2 | 25 | 17 | 0 | 5 | D9 | 4E | 4D |
| Octal | 230 | 273 | 362 | 45 | 27 | 0 | 5 | 331 | 116 | 115 |
| Binary | 10011000 | 10111011 | 11110010 | 100101 | 10111 | 0 | 101 | 11011001 | 1001110 | 1001101 |
Color Harmonies of #98BBF2
Complementary color
Monochromatic Colors of #98BBF2
Black with #98BBF2
Text Example
Text Example
White with #98BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBF2; }
p { color: rgb(152,187,242); }
H1.HeaderClassName
{
color: #98BBF2;
}
.AnyTagClassName
{
color: #98BBF2;
}
</style>
background-color css
<style>
a { background-color: #98BBF2; }
a { background-color: rgb(152,187,242); }
div.DivClassName
{
background-color: #98BBF2;
}
.BgClassName
{
background-color: #98BBF2;
}
</style>
border-color css
<style>
span { border-color: #98BBF2; }
span { border-color: rgb(152,187,242); }
td.TdClassName
{
border-color: #98BBF2;
}
.TagClassName
{
border-color: #98BBF2;
}
</style>