Shades of Perano #98ADFF
Tints of Perano #98ADFF
RGB
CMYK
RGB Variations
Color information
#98ADFF (or 0x98ADFF) is known color: Perano. HEX triplet: 98, AD and FF. RGB value is (152,173,255). Sum of RGB (Red+Green+Blue) = 152+173+255=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #98ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFF is #675200. Grayscale: #AFAFAF. Windows color (decimal): -6771201 or 16756120. OLE color: 16756120.
HSL color Cylindrical-coordinate representation of color #98ADFF: hue angle of 227.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ADFF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 173 | 255 | - |
| CMYK | 0.40 | 0.32 | 0 | 0 |
| HSL | 227.77º | 1% | 0.8% | - |
| HSV(B) | 227.77º | 0.4% | 1% | - |
| XYZ | 45.94 | 43.78 | 100.64 | - |
| YUV | 176.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 255 | 0.40 | 0.32 | 0 | 0 | 227.77 | 1 | 0.8 |
| Hex | 98 | AD | FF | 28 | 20 | 0 | 0 | E4 | 64 | 50 |
| Octal | 230 | 255 | 377 | 50 | 40 | 0 | 0 | 344 | 144 | 120 |
| Binary | 10011000 | 10101101 | 11111111 | 101000 | 100000 | 0 | 0 | 11100100 | 1100100 | 1010000 |
Color Harmonies of #98ADFF
Complementary color
Monochromatic Colors of #98ADFF
Black with #98ADFF
Text Example
Text Example
White with #98ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADFF; }
p { color: rgb(152,173,255); }
H1.HeaderClassName
{
color: #98ADFF;
}
.AnyTagClassName
{
color: #98ADFF;
}
</style>
background-color css
<style>
a { background-color: #98ADFF; }
a { background-color: rgb(152,173,255); }
div.DivClassName
{
background-color: #98ADFF;
}
.BgClassName
{
background-color: #98ADFF;
}
</style>
border-color css
<style>
span { border-color: #98ADFF; }
span { border-color: rgb(152,173,255); }
td.TdClassName
{
border-color: #98ADFF;
}
.TagClassName
{
border-color: #98ADFF;
}
</style>