Shades of Perano #99ADE4
Tints of Perano #99ADE4
RGB
CMYK
RGB Variations
Color information
#99ADE4 (or 0x99ADE4) is known color: Perano. HEX triplet: 99, AD and E4. RGB value is (153,173,228). Sum of RGB (Red+Green+Blue) = 153+173+228=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #99ADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADE4 is #66521B. Grayscale: #ADADAD. Windows color (decimal): -6705692 or 14986649. OLE color: 14986649.
HSL color Cylindrical-coordinate representation of color #99ADE4: hue angle of 224º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99ADE4 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 173 | 228 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.11 |
| HSL | 224º | 0.58% | 0.75% | - |
| HSV(B) | 224º | 0.33% | 0.89% | - |
| XYZ | 42.08 | 42.26 | 79.34 | - |
| YUV | 173.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 228 | 0.33 | 0.24 | 0 | 0.11 | 224 | 0.58 | 0.75 |
| Hex | 99 | AD | E4 | 21 | 18 | 0 | B | E0 | 3A | 4B |
| Octal | 231 | 255 | 344 | 41 | 30 | 0 | 13 | 340 | 72 | 113 |
| Binary | 10011001 | 10101101 | 11100100 | 100001 | 11000 | 0 | 1011 | 11100000 | 111010 | 1001011 |
Color Harmonies of #99ADE4
Complementary color
Monochromatic Colors of #99ADE4
Black with #99ADE4
Text Example
Text Example
White with #99ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADE4; }
p { color: rgb(153,173,228); }
H1.HeaderClassName
{
color: #99ADE4;
}
.AnyTagClassName
{
color: #99ADE4;
}
</style>
background-color css
<style>
a { background-color: #99ADE4; }
a { background-color: rgb(153,173,228); }
div.DivClassName
{
background-color: #99ADE4;
}
.BgClassName
{
background-color: #99ADE4;
}
</style>
border-color css
<style>
span { border-color: #99ADE4; }
span { border-color: rgb(153,173,228); }
td.TdClassName
{
border-color: #99ADE4;
}
.TagClassName
{
border-color: #99ADE4;
}
</style>