Shades of Perano #98B2EE
Tints of Perano #98B2EE
RGB
CMYK
RGB Variations
Color information
#98B2EE (or 0x98B2EE) is known color: Perano. HEX triplet: 98, B2 and EE. RGB value is (152,178,238). Sum of RGB (Red+Green+Blue) = 152+178+238=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #98B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2EE is #674D11. Grayscale: #B0B0B0. Windows color (decimal): -6769938 or 15643288. OLE color: 15643288.
HSL color Cylindrical-coordinate representation of color #98B2EE: hue angle of 221.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B2EE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 178 | 238 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.07 |
| HSL | 221.86º | 0.72% | 0.76% | - |
| HSV(B) | 221.86º | 0.36% | 0.93% | - |
| XYZ | 44.3 | 44.69 | 87.18 | - |
| YUV | 177.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 238 | 0.36 | 0.25 | 0 | 0.07 | 221.86 | 0.72 | 0.76 |
| Hex | 98 | B2 | EE | 24 | 19 | 0 | 7 | DE | 48 | 4C |
| Octal | 230 | 262 | 356 | 44 | 31 | 0 | 7 | 336 | 110 | 114 |
| Binary | 10011000 | 10110010 | 11101110 | 100100 | 11001 | 0 | 111 | 11011110 | 1001000 | 1001100 |
Color Harmonies of #98B2EE
Complementary color
Monochromatic Colors of #98B2EE
Black with #98B2EE
Text Example
Text Example
White with #98B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2EE; }
p { color: rgb(152,178,238); }
H1.HeaderClassName
{
color: #98B2EE;
}
.AnyTagClassName
{
color: #98B2EE;
}
</style>
background-color css
<style>
a { background-color: #98B2EE; }
a { background-color: rgb(152,178,238); }
div.DivClassName
{
background-color: #98B2EE;
}
.BgClassName
{
background-color: #98B2EE;
}
</style>
border-color css
<style>
span { border-color: #98B2EE; }
span { border-color: rgb(152,178,238); }
td.TdClassName
{
border-color: #98B2EE;
}
.TagClassName
{
border-color: #98B2EE;
}
</style>