Shades of Perano #9AACEF
Tints of Perano #9AACEF
RGB
CMYK
RGB Variations
Color information
#9AACEF (or 0x9AACEF) is known color: Perano. HEX triplet: 9A, AC and EF. RGB value is (154,172,239). Sum of RGB (Red+Green+Blue) = 154+172+239=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 172 (67.58% from 255 or 30.44% 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 #9AACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AACEF is #655310. Grayscale: #ADADAD. Windows color (decimal): -6640401 or 15707290. OLE color: 15707290.
HSL color Cylindrical-coordinate representation of color #9AACEF: hue angle of 227.29º 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 #9AACEF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 172 | 239 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.06 |
| HSL | 227.29º | 0.73% | 0.77% | - |
| HSV(B) | 227.29º | 0.36% | 0.94% | - |
| XYZ | 43.66 | 42.61 | 87.58 | - |
| YUV | 174.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 239 | 0.36 | 0.28 | 0 | 0.06 | 227.29 | 0.73 | 0.77 |
| Hex | 9A | AC | EF | 24 | 1C | 0 | 6 | E3 | 49 | 4D |
| Octal | 232 | 254 | 357 | 44 | 34 | 0 | 6 | 343 | 111 | 115 |
| Binary | 10011010 | 10101100 | 11101111 | 100100 | 11100 | 0 | 110 | 11100011 | 1001001 | 1001101 |
Color Harmonies of #9AACEF
Complementary color
Monochromatic Colors of #9AACEF
Black with #9AACEF
Text Example
Text Example
White with #9AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACEF; }
p { color: rgb(154,172,239); }
H1.HeaderClassName
{
color: #9AACEF;
}
.AnyTagClassName
{
color: #9AACEF;
}
</style>
background-color css
<style>
a { background-color: #9AACEF; }
a { background-color: rgb(154,172,239); }
div.DivClassName
{
background-color: #9AACEF;
}
.BgClassName
{
background-color: #9AACEF;
}
</style>
border-color css
<style>
span { border-color: #9AACEF; }
span { border-color: rgb(154,172,239); }
td.TdClassName
{
border-color: #9AACEF;
}
.TagClassName
{
border-color: #9AACEF;
}
</style>