Shades of Perano #98ADE6
Tints of Perano #98ADE6
RGB
CMYK
RGB Variations
Color information
#98ADE6 (or 0x98ADE6) is known color: Perano. HEX triplet: 98, AD and E6. RGB value is (152,173,230). Sum of RGB (Red+Green+Blue) = 152+173+230=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #98ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADE6 is #675219. Grayscale: #ACACAC. Windows color (decimal): -6771226 or 15117720. OLE color: 15117720.
HSL color Cylindrical-coordinate representation of color #98ADE6: hue angle of 223.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98ADE6 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 173 | 230 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.10 |
| HSL | 223.85º | 0.61% | 0.75% | - |
| HSV(B) | 223.85º | 0.34% | 0.9% | - |
| XYZ | 42.18 | 42.28 | 80.8 | - |
| YUV | 173.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 230 | 0.34 | 0.25 | 0 | 0.10 | 223.85 | 0.61 | 0.75 |
| Hex | 98 | AD | E6 | 22 | 19 | 0 | A | E0 | 3D | 4B |
| Octal | 230 | 255 | 346 | 42 | 31 | 0 | 12 | 340 | 75 | 113 |
| Binary | 10011000 | 10101101 | 11100110 | 100010 | 11001 | 0 | 1010 | 11100000 | 111101 | 1001011 |
Color Harmonies of #98ADE6
Complementary color
Monochromatic Colors of #98ADE6
Black with #98ADE6
Text Example
Text Example
White with #98ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADE6; }
p { color: rgb(152,173,230); }
H1.HeaderClassName
{
color: #98ADE6;
}
.AnyTagClassName
{
color: #98ADE6;
}
</style>
background-color css
<style>
a { background-color: #98ADE6; }
a { background-color: rgb(152,173,230); }
div.DivClassName
{
background-color: #98ADE6;
}
.BgClassName
{
background-color: #98ADE6;
}
</style>
border-color css
<style>
span { border-color: #98ADE6; }
span { border-color: rgb(152,173,230); }
td.TdClassName
{
border-color: #98ADE6;
}
.TagClassName
{
border-color: #98ADE6;
}
</style>