Shades of Perano #99ABE6
Tints of Perano #99ABE6
RGB
CMYK
RGB Variations
Color information
#99ABE6 (or 0x99ABE6) is known color: Perano. HEX triplet: 99, AB and E6. RGB value is (153,171,230). Sum of RGB (Red+Green+Blue) = 153+171+230=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #99ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABE6 is #665419. Grayscale: #ACACAC. Windows color (decimal): -6706202 or 15117209. OLE color: 15117209.
HSL color Cylindrical-coordinate representation of color #99ABE6: hue angle of 225.97º degrees, saturation: 0.61, 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 #99ABE6 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 171 | 230 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.10 |
| HSL | 225.97º | 0.61% | 0.75% | - |
| HSV(B) | 225.97º | 0.33% | 0.9% | - |
| XYZ | 41.98 | 41.61 | 80.68 | - |
| YUV | 172.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 230 | 0.33 | 0.26 | 0 | 0.10 | 225.97 | 0.61 | 0.75 |
| Hex | 99 | AB | E6 | 21 | 1A | 0 | A | E2 | 3D | 4B |
| Octal | 231 | 253 | 346 | 41 | 32 | 0 | 12 | 342 | 75 | 113 |
| Binary | 10011001 | 10101011 | 11100110 | 100001 | 11010 | 0 | 1010 | 11100010 | 111101 | 1001011 |
Color Harmonies of #99ABE6
Complementary color
Monochromatic Colors of #99ABE6
Black with #99ABE6
Text Example
Text Example
White with #99ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABE6; }
p { color: rgb(153,171,230); }
H1.HeaderClassName
{
color: #99ABE6;
}
.AnyTagClassName
{
color: #99ABE6;
}
</style>
background-color css
<style>
a { background-color: #99ABE6; }
a { background-color: rgb(153,171,230); }
div.DivClassName
{
background-color: #99ABE6;
}
.BgClassName
{
background-color: #99ABE6;
}
</style>
border-color css
<style>
span { border-color: #99ABE6; }
span { border-color: rgb(153,171,230); }
td.TdClassName
{
border-color: #99ABE6;
}
.TagClassName
{
border-color: #99ABE6;
}
</style>