Shades of Perano #98ADE5
Tints of Perano #98ADE5
RGB
CMYK
RGB Variations
Color information
#98ADE5 (or 0x98ADE5) is known color: Perano. HEX triplet: 98, AD and E5. RGB value is (152,173,229). Sum of RGB (Red+Green+Blue) = 152+173+229=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #98ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADE5 is #67521A. Grayscale: #ACACAC. Windows color (decimal): -6771227 or 15052184. OLE color: 15052184.
HSL color Cylindrical-coordinate representation of color #98ADE5: hue angle of 223.64º degrees, saturation: 0.6, 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 #98ADE5 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 173 | 229 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.10 |
| HSL | 223.64º | 0.6% | 0.75% | - |
| HSV(B) | 223.64º | 0.34% | 0.9% | - |
| XYZ | 42.04 | 42.22 | 80.06 | - |
| YUV | 173.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 229 | 0.34 | 0.24 | 0 | 0.10 | 223.64 | 0.6 | 0.75 |
| Hex | 98 | AD | E5 | 22 | 18 | 0 | A | E0 | 3C | 4B |
| Octal | 230 | 255 | 345 | 42 | 30 | 0 | 12 | 340 | 74 | 113 |
| Binary | 10011000 | 10101101 | 11100101 | 100010 | 11000 | 0 | 1010 | 11100000 | 111100 | 1001011 |
Color Harmonies of #98ADE5
Complementary color
Monochromatic Colors of #98ADE5
Black with #98ADE5
Text Example
Text Example
White with #98ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADE5; }
p { color: rgb(152,173,229); }
H1.HeaderClassName
{
color: #98ADE5;
}
.AnyTagClassName
{
color: #98ADE5;
}
</style>
background-color css
<style>
a { background-color: #98ADE5; }
a { background-color: rgb(152,173,229); }
div.DivClassName
{
background-color: #98ADE5;
}
.BgClassName
{
background-color: #98ADE5;
}
</style>
border-color css
<style>
span { border-color: #98ADE5; }
span { border-color: rgb(152,173,229); }
td.TdClassName
{
border-color: #98ADE5;
}
.TagClassName
{
border-color: #98ADE5;
}
</style>