Shades of Perano #9AA8ED
Tints of Perano #9AA8ED
RGB
CMYK
RGB Variations
Color information
#9AA8ED (or 0x9AA8ED) is known color: Perano. HEX triplet: 9A, A8 and ED. RGB value is (154,168,237). Sum of RGB (Red+Green+Blue) = 154+168+237=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA8ED is #655712. Grayscale: #ABABAB. Windows color (decimal): -6641427 or 15575194. OLE color: 15575194.
HSL color Cylindrical-coordinate representation of color #9AA8ED: hue angle of 229.88º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA8ED is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 168 | 237 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.07 |
| HSL | 229.88º | 0.7% | 0.77% | - |
| HSV(B) | 229.88º | 0.35% | 0.93% | - |
| XYZ | 42.62 | 40.99 | 85.79 | - |
| YUV | 171.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 237 | 0.35 | 0.29 | 0 | 0.07 | 229.88 | 0.7 | 0.77 |
| Hex | 9A | A8 | ED | 23 | 1D | 0 | 7 | E6 | 46 | 4D |
| Octal | 232 | 250 | 355 | 43 | 35 | 0 | 7 | 346 | 106 | 115 |
| Binary | 10011010 | 10101000 | 11101101 | 100011 | 11101 | 0 | 111 | 11100110 | 1000110 | 1001101 |
Color Harmonies of #9AA8ED
Complementary color
Monochromatic Colors of #9AA8ED
Black with #9AA8ED
Text Example
Text Example
White with #9AA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8ED; }
p { color: rgb(154,168,237); }
H1.HeaderClassName
{
color: #9AA8ED;
}
.AnyTagClassName
{
color: #9AA8ED;
}
</style>
background-color css
<style>
a { background-color: #9AA8ED; }
a { background-color: rgb(154,168,237); }
div.DivClassName
{
background-color: #9AA8ED;
}
.BgClassName
{
background-color: #9AA8ED;
}
</style>
border-color css
<style>
span { border-color: #9AA8ED; }
span { border-color: rgb(154,168,237); }
td.TdClassName
{
border-color: #9AA8ED;
}
.TagClassName
{
border-color: #9AA8ED;
}
</style>