Shades of Perano #98AAF2
Tints of Perano #98AAF2
RGB
CMYK
RGB Variations
Color information
#98AAF2 (or 0x98AAF2) is known color: Perano. HEX triplet: 98, AA and F2. RGB value is (152,170,242). Sum of RGB (Red+Green+Blue) = 152+170+242=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #98AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAF2 is #67550D. Grayscale: #ACACAC. Windows color (decimal): -6771982 or 15903384. OLE color: 15903384.
HSL color Cylindrical-coordinate representation of color #98AAF2: hue angle of 228º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98AAF2 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 170 | 242 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.05 |
| HSL | 228º | 0.78% | 0.77% | - |
| HSV(B) | 228º | 0.37% | 0.95% | - |
| XYZ | 43.35 | 41.84 | 89.79 | - |
| YUV | 172.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 242 | 0.37 | 0.30 | 0 | 0.05 | 228 | 0.78 | 0.77 |
| Hex | 98 | AA | F2 | 25 | 1E | 0 | 5 | E4 | 4E | 4D |
| Octal | 230 | 252 | 362 | 45 | 36 | 0 | 5 | 344 | 116 | 115 |
| Binary | 10011000 | 10101010 | 11110010 | 100101 | 11110 | 0 | 101 | 11100100 | 1001110 | 1001101 |
Color Harmonies of #98AAF2
Complementary color
Monochromatic Colors of #98AAF2
Black with #98AAF2
Text Example
Text Example
White with #98AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAF2; }
p { color: rgb(152,170,242); }
H1.HeaderClassName
{
color: #98AAF2;
}
.AnyTagClassName
{
color: #98AAF2;
}
</style>
background-color css
<style>
a { background-color: #98AAF2; }
a { background-color: rgb(152,170,242); }
div.DivClassName
{
background-color: #98AAF2;
}
.BgClassName
{
background-color: #98AAF2;
}
</style>
border-color css
<style>
span { border-color: #98AAF2; }
span { border-color: rgb(152,170,242); }
td.TdClassName
{
border-color: #98AAF2;
}
.TagClassName
{
border-color: #98AAF2;
}
</style>