Shades of Perano #98ADEF
Tints of Perano #98ADEF
RGB
CMYK
RGB Variations
Color information
#98ADEF (or 0x98ADEF) is known color: Perano. HEX triplet: 98, AD and EF. RGB value is (152,173,239). Sum of RGB (Red+Green+Blue) = 152+173+239=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #98ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADEF is #675210. Grayscale: #ADADAD. Windows color (decimal): -6771217 or 15707544. OLE color: 15707544.
HSL color Cylindrical-coordinate representation of color #98ADEF: hue angle of 225.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98ADEF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 173 | 239 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.06 |
| HSL | 225.52º | 0.73% | 0.77% | - |
| HSV(B) | 225.52º | 0.36% | 0.94% | - |
| XYZ | 43.47 | 42.79 | 87.63 | - |
| YUV | 174.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 239 | 0.36 | 0.28 | 0 | 0.06 | 225.52 | 0.73 | 0.77 |
| Hex | 98 | AD | EF | 24 | 1C | 0 | 6 | E2 | 49 | 4D |
| Octal | 230 | 255 | 357 | 44 | 34 | 0 | 6 | 342 | 111 | 115 |
| Binary | 10011000 | 10101101 | 11101111 | 100100 | 11100 | 0 | 110 | 11100010 | 1001001 | 1001101 |
Color Harmonies of #98ADEF
Complementary color
Monochromatic Colors of #98ADEF
Black with #98ADEF
Text Example
Text Example
White with #98ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADEF; }
p { color: rgb(152,173,239); }
H1.HeaderClassName
{
color: #98ADEF;
}
.AnyTagClassName
{
color: #98ADEF;
}
</style>
background-color css
<style>
a { background-color: #98ADEF; }
a { background-color: rgb(152,173,239); }
div.DivClassName
{
background-color: #98ADEF;
}
.BgClassName
{
background-color: #98ADEF;
}
</style>
border-color css
<style>
span { border-color: #98ADEF; }
span { border-color: rgb(152,173,239); }
td.TdClassName
{
border-color: #98ADEF;
}
.TagClassName
{
border-color: #98ADEF;
}
</style>