Shades of Perano #9AADFE
Tints of Perano #9AADFE
RGB
CMYK
RGB Variations
Color information
#9AADFE (or 0x9AADFE) is known color: Perano. HEX triplet: 9A, AD and FE. RGB value is (154,173,254). Sum of RGB (Red+Green+Blue) = 154+173+254=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADFE is #655201. Grayscale: #B0B0B0. Windows color (decimal): -6640130 or 16690586. OLE color: 16690586.
HSL color Cylindrical-coordinate representation of color #9AADFE: hue angle of 228.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AADFE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 173 | 254 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.00 |
| HSL | 228.6º | 0.98% | 0.8% | - |
| HSV(B) | 228.6º | 0.39% | 1% | - |
| XYZ | 46.16 | 43.91 | 99.81 | - |
| YUV | 176.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 254 | 0.39 | 0.32 | 0 | 0.00 | 228.6 | 0.98 | 0.8 |
| Hex | 9A | AD | FE | 27 | 20 | 0 | 0 | E5 | 62 | 50 |
| Octal | 232 | 255 | 376 | 47 | 40 | 0 | 0 | 345 | 142 | 120 |
| Binary | 10011010 | 10101101 | 11111110 | 100111 | 100000 | 0 | 0 | 11100101 | 1100010 | 1010000 |
Color Harmonies of #9AADFE
Complementary color
Monochromatic Colors of #9AADFE
Black with #9AADFE
Text Example
Text Example
White with #9AADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADFE; }
p { color: rgb(154,173,254); }
H1.HeaderClassName
{
color: #9AADFE;
}
.AnyTagClassName
{
color: #9AADFE;
}
</style>
background-color css
<style>
a { background-color: #9AADFE; }
a { background-color: rgb(154,173,254); }
div.DivClassName
{
background-color: #9AADFE;
}
.BgClassName
{
background-color: #9AADFE;
}
</style>
border-color css
<style>
span { border-color: #9AADFE; }
span { border-color: rgb(154,173,254); }
td.TdClassName
{
border-color: #9AADFE;
}
.TagClassName
{
border-color: #9AADFE;
}
</style>