Shades of Perano #99ADE5
Tints of Perano #99ADE5
RGB
CMYK
RGB Variations
Color information
#99ADE5 (or 0x99ADE5) is known color: Perano. HEX triplet: 99, AD and E5. RGB value is (153,173,229). Sum of RGB (Red+Green+Blue) = 153+173+229=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #99ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADE5 is #66521A. Grayscale: #ADADAD. Windows color (decimal): -6705691 or 15052185. OLE color: 15052185.
HSL color Cylindrical-coordinate representation of color #99ADE5: hue angle of 224.21º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99ADE5 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 173 | 229 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.10 |
| HSL | 224.21º | 0.59% | 0.75% | - |
| HSV(B) | 224.21º | 0.33% | 0.9% | - |
| XYZ | 42.22 | 42.32 | 80.07 | - |
| YUV | 173.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 229 | 0.33 | 0.24 | 0 | 0.10 | 224.21 | 0.59 | 0.75 |
| Hex | 99 | AD | E5 | 21 | 18 | 0 | A | E0 | 3B | 4B |
| Octal | 231 | 255 | 345 | 41 | 30 | 0 | 12 | 340 | 73 | 113 |
| Binary | 10011001 | 10101101 | 11100101 | 100001 | 11000 | 0 | 1010 | 11100000 | 111011 | 1001011 |
Color Harmonies of #99ADE5
Complementary color
Monochromatic Colors of #99ADE5
Black with #99ADE5
Text Example
Text Example
White with #99ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADE5; }
p { color: rgb(153,173,229); }
H1.HeaderClassName
{
color: #99ADE5;
}
.AnyTagClassName
{
color: #99ADE5;
}
</style>
background-color css
<style>
a { background-color: #99ADE5; }
a { background-color: rgb(153,173,229); }
div.DivClassName
{
background-color: #99ADE5;
}
.BgClassName
{
background-color: #99ADE5;
}
</style>
border-color css
<style>
span { border-color: #99ADE5; }
span { border-color: rgb(153,173,229); }
td.TdClassName
{
border-color: #99ADE5;
}
.TagClassName
{
border-color: #99ADE5;
}
</style>