Shades of Perano #9AACEC
Tints of Perano #9AACEC
RGB
CMYK
RGB Variations
Color information
#9AACEC (or 0x9AACEC) is known color: Perano. HEX triplet: 9A, AC and EC. RGB value is (154,172,236). Sum of RGB (Red+Green+Blue) = 154+172+236=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AACEC is #655313. Grayscale: #ADADAD. Windows color (decimal): -6640404 or 15510682. OLE color: 15510682.
HSL color Cylindrical-coordinate representation of color #9AACEC: hue angle of 226.83º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AACEC is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 172 | 236 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.07 |
| HSL | 226.83º | 0.68% | 0.76% | - |
| HSV(B) | 226.83º | 0.35% | 0.93% | - |
| XYZ | 43.22 | 42.43 | 85.27 | - |
| YUV | 173.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 236 | 0.35 | 0.27 | 0 | 0.07 | 226.83 | 0.68 | 0.76 |
| Hex | 9A | AC | EC | 23 | 1B | 0 | 7 | E3 | 44 | 4C |
| Octal | 232 | 254 | 354 | 43 | 33 | 0 | 7 | 343 | 104 | 114 |
| Binary | 10011010 | 10101100 | 11101100 | 100011 | 11011 | 0 | 111 | 11100011 | 1000100 | 1001100 |
Color Harmonies of #9AACEC
Complementary color
Monochromatic Colors of #9AACEC
Black with #9AACEC
Text Example
Text Example
White with #9AACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACEC; }
p { color: rgb(154,172,236); }
H1.HeaderClassName
{
color: #9AACEC;
}
.AnyTagClassName
{
color: #9AACEC;
}
</style>
background-color css
<style>
a { background-color: #9AACEC; }
a { background-color: rgb(154,172,236); }
div.DivClassName
{
background-color: #9AACEC;
}
.BgClassName
{
background-color: #9AACEC;
}
</style>
border-color css
<style>
span { border-color: #9AACEC; }
span { border-color: rgb(154,172,236); }
td.TdClassName
{
border-color: #9AACEC;
}
.TagClassName
{
border-color: #9AACEC;
}
</style>