Shades of Perano #98AFFF
Tints of Perano #98AFFF
RGB
CMYK
RGB Variations
Color information
#98AFFF (or 0x98AFFF) is known color: Perano. HEX triplet: 98, AF and FF. RGB value is (152,175,255). Sum of RGB (Red+Green+Blue) = 152+175+255=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #98AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AFFF is #675000. Grayscale: #B0B0B0. Windows color (decimal): -6770689 or 16756632. OLE color: 16756632.
HSL color Cylindrical-coordinate representation of color #98AFFF: hue angle of 226.6º 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 #98AFFF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 175 | 255 | - |
| CMYK | 0.40 | 0.31 | 0 | 0 |
| HSL | 226.6º | 1% | 0.8% | - |
| HSV(B) | 226.6º | 0.4% | 1% | - |
| XYZ | 46.33 | 44.56 | 100.77 | - |
| YUV | 177.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 255 | 0.40 | 0.31 | 0 | 0 | 226.6 | 1 | 0.8 |
| Hex | 98 | AF | FF | 28 | 1F | 0 | 0 | E3 | 64 | 50 |
| Octal | 230 | 257 | 377 | 50 | 37 | 0 | 0 | 343 | 144 | 120 |
| Binary | 10011000 | 10101111 | 11111111 | 101000 | 11111 | 0 | 0 | 11100011 | 1100100 | 1010000 |
Color Harmonies of #98AFFF
Complementary color
Monochromatic Colors of #98AFFF
Black with #98AFFF
Text Example
Text Example
White with #98AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFFF; }
p { color: rgb(152,175,255); }
H1.HeaderClassName
{
color: #98AFFF;
}
.AnyTagClassName
{
color: #98AFFF;
}
</style>
background-color css
<style>
a { background-color: #98AFFF; }
a { background-color: rgb(152,175,255); }
div.DivClassName
{
background-color: #98AFFF;
}
.BgClassName
{
background-color: #98AFFF;
}
</style>
border-color css
<style>
span { border-color: #98AFFF; }
span { border-color: rgb(152,175,255); }
td.TdClassName
{
border-color: #98AFFF;
}
.TagClassName
{
border-color: #98AFFF;
}
</style>