Shades of Perano #98AEEF
Tints of Perano #98AEEF
RGB
CMYK
RGB Variations
Color information
#98AEEF (or 0x98AEEF) is known color: Perano. HEX triplet: 98, AE and EF. RGB value is (152,174,239). Sum of RGB (Red+Green+Blue) = 152+174+239=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #98AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AEEF is #675110. Grayscale: #AEAEAE. Windows color (decimal): -6770961 or 15707800. OLE color: 15707800.
HSL color Cylindrical-coordinate representation of color #98AEEF: hue angle of 224.83º 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 #98AEEF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 174 | 239 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.06 |
| HSL | 224.83º | 0.73% | 0.77% | - |
| HSV(B) | 224.83º | 0.36% | 0.94% | - |
| XYZ | 43.66 | 43.18 | 87.69 | - |
| YUV | 174.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 239 | 0.36 | 0.27 | 0 | 0.06 | 224.83 | 0.73 | 0.77 |
| Hex | 98 | AE | EF | 24 | 1B | 0 | 6 | E1 | 49 | 4D |
| Octal | 230 | 256 | 357 | 44 | 33 | 0 | 6 | 341 | 111 | 115 |
| Binary | 10011000 | 10101110 | 11101111 | 100100 | 11011 | 0 | 110 | 11100001 | 1001001 | 1001101 |
Color Harmonies of #98AEEF
Complementary color
Monochromatic Colors of #98AEEF
Black with #98AEEF
Text Example
Text Example
White with #98AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AEEF; }
p { color: rgb(152,174,239); }
H1.HeaderClassName
{
color: #98AEEF;
}
.AnyTagClassName
{
color: #98AEEF;
}
</style>
background-color css
<style>
a { background-color: #98AEEF; }
a { background-color: rgb(152,174,239); }
div.DivClassName
{
background-color: #98AEEF;
}
.BgClassName
{
background-color: #98AEEF;
}
</style>
border-color css
<style>
span { border-color: #98AEEF; }
span { border-color: rgb(152,174,239); }
td.TdClassName
{
border-color: #98AEEF;
}
.TagClassName
{
border-color: #98AEEF;
}
</style>