Shades of Perano #99ADEF
Tints of Perano #99ADEF
RGB
CMYK
RGB Variations
Color information
#99ADEF (or 0x99ADEF) is known color: Perano. HEX triplet: 99, AD and EF. RGB value is (153,173,239). Sum of RGB (Red+Green+Blue) = 153+173+239=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 173 (67.97% from 255 or 30.62% 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 #99ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADEF is #665210. Grayscale: #AEAEAE. Windows color (decimal): -6705681 or 15707545. OLE color: 15707545.
HSL color Cylindrical-coordinate representation of color #99ADEF: hue angle of 226.05º 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 #99ADEF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 173 | 239 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.06 |
| HSL | 226.05º | 0.73% | 0.77% | - |
| HSV(B) | 226.05º | 0.36% | 0.94% | - |
| XYZ | 43.66 | 42.89 | 87.64 | - |
| YUV | 174.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 239 | 0.36 | 0.28 | 0 | 0.06 | 226.05 | 0.73 | 0.77 |
| Hex | 99 | AD | EF | 24 | 1C | 0 | 6 | E2 | 49 | 4D |
| Octal | 231 | 255 | 357 | 44 | 34 | 0 | 6 | 342 | 111 | 115 |
| Binary | 10011001 | 10101101 | 11101111 | 100100 | 11100 | 0 | 110 | 11100010 | 1001001 | 1001101 |
Color Harmonies of #99ADEF
Complementary color
Monochromatic Colors of #99ADEF
Black with #99ADEF
Text Example
Text Example
White with #99ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADEF; }
p { color: rgb(153,173,239); }
H1.HeaderClassName
{
color: #99ADEF;
}
.AnyTagClassName
{
color: #99ADEF;
}
</style>
background-color css
<style>
a { background-color: #99ADEF; }
a { background-color: rgb(153,173,239); }
div.DivClassName
{
background-color: #99ADEF;
}
.BgClassName
{
background-color: #99ADEF;
}
</style>
border-color css
<style>
span { border-color: #99ADEF; }
span { border-color: rgb(153,173,239); }
td.TdClassName
{
border-color: #99ADEF;
}
.TagClassName
{
border-color: #99ADEF;
}
</style>