Shades of Perano #98ADFE
Tints of Perano #98ADFE
RGB
CMYK
RGB Variations
Color information
#98ADFE (or 0x98ADFE) is known color: Perano. HEX triplet: 98, AD and FE. RGB value is (152,173,254). Sum of RGB (Red+Green+Blue) = 152+173+254=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #98ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFE is #675201. Grayscale: #AFAFAF. Windows color (decimal): -6771202 or 16690584. OLE color: 16690584.
HSL color Cylindrical-coordinate representation of color #98ADFE: hue angle of 227.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ADFE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 173 | 254 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.00 |
| HSL | 227.65º | 0.98% | 0.8% | - |
| HSV(B) | 227.65º | 0.4% | 1% | - |
| XYZ | 45.78 | 43.72 | 99.79 | - |
| YUV | 175.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 254 | 0.40 | 0.32 | 0 | 0.00 | 227.65 | 0.98 | 0.8 |
| Hex | 98 | AD | FE | 28 | 20 | 0 | 0 | E4 | 62 | 50 |
| Octal | 230 | 255 | 376 | 50 | 40 | 0 | 0 | 344 | 142 | 120 |
| Binary | 10011000 | 10101101 | 11111110 | 101000 | 100000 | 0 | 0 | 11100100 | 1100010 | 1010000 |
Color Harmonies of #98ADFE
Complementary color
Monochromatic Colors of #98ADFE
Black with #98ADFE
Text Example
Text Example
White with #98ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADFE; }
p { color: rgb(152,173,254); }
H1.HeaderClassName
{
color: #98ADFE;
}
.AnyTagClassName
{
color: #98ADFE;
}
</style>
background-color css
<style>
a { background-color: #98ADFE; }
a { background-color: rgb(152,173,254); }
div.DivClassName
{
background-color: #98ADFE;
}
.BgClassName
{
background-color: #98ADFE;
}
</style>
border-color css
<style>
span { border-color: #98ADFE; }
span { border-color: rgb(152,173,254); }
td.TdClassName
{
border-color: #98ADFE;
}
.TagClassName
{
border-color: #98ADFE;
}
</style>