Shades of Perano #9AACFD
Tints of Perano #9AACFD
RGB
CMYK
RGB Variations
Color information
#9AACFD (or 0x9AACFD) is known color: Perano. HEX triplet: 9A, AC and FD. RGB value is (154,172,253). Sum of RGB (Red+Green+Blue) = 154+172+253=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AACFD is #655302. Grayscale: #AFAFAF. Windows color (decimal): -6640387 or 16624794. OLE color: 16624794.
HSL color Cylindrical-coordinate representation of color #9AACFD: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AACFD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 172 | 253 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.01 |
| HSL | 229.09º | 0.96% | 0.8% | - |
| HSV(B) | 229.09º | 0.39% | 0.99% | - |
| XYZ | 45.81 | 43.47 | 98.9 | - |
| YUV | 175.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 253 | 0.39 | 0.32 | 0 | 0.01 | 229.09 | 0.96 | 0.8 |
| Hex | 9A | AC | FD | 27 | 20 | 0 | 1 | E5 | 60 | 50 |
| Octal | 232 | 254 | 375 | 47 | 40 | 0 | 1 | 345 | 140 | 120 |
| Binary | 10011010 | 10101100 | 11111101 | 100111 | 100000 | 0 | 1 | 11100101 | 1100000 | 1010000 |
Color Harmonies of #9AACFD
Complementary color
Monochromatic Colors of #9AACFD
Black with #9AACFD
Text Example
Text Example
White with #9AACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACFD; }
p { color: rgb(154,172,253); }
H1.HeaderClassName
{
color: #9AACFD;
}
.AnyTagClassName
{
color: #9AACFD;
}
</style>
background-color css
<style>
a { background-color: #9AACFD; }
a { background-color: rgb(154,172,253); }
div.DivClassName
{
background-color: #9AACFD;
}
.BgClassName
{
background-color: #9AACFD;
}
</style>
border-color css
<style>
span { border-color: #9AACFD; }
span { border-color: rgb(154,172,253); }
td.TdClassName
{
border-color: #9AACFD;
}
.TagClassName
{
border-color: #9AACFD;
}
</style>