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