Shades of Perano #9AAEEF
Tints of Perano #9AAEEF
RGB
CMYK
RGB Variations
Color information
#9AAEEF (or 0x9AAEEF) is known color: Perano. HEX triplet: 9A, AE and EF. RGB value is (154,174,239). Sum of RGB (Red+Green+Blue) = 154+174+239=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAEEF is #655110. Grayscale: #AFAFAF. Windows color (decimal): -6639889 or 15707802. OLE color: 15707802.
HSL color Cylindrical-coordinate representation of color #9AAEEF: hue angle of 225.88º 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 #9AAEEF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 174 | 239 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.06 |
| HSL | 225.88º | 0.73% | 0.77% | - |
| HSV(B) | 225.88º | 0.36% | 0.94% | - |
| XYZ | 44.04 | 43.37 | 87.71 | - |
| YUV | 175.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 239 | 0.36 | 0.27 | 0 | 0.06 | 225.88 | 0.73 | 0.77 |
| Hex | 9A | AE | EF | 24 | 1B | 0 | 6 | E2 | 49 | 4D |
| Octal | 232 | 256 | 357 | 44 | 33 | 0 | 6 | 342 | 111 | 115 |
| Binary | 10011010 | 10101110 | 11101111 | 100100 | 11011 | 0 | 110 | 11100010 | 1001001 | 1001101 |
Color Harmonies of #9AAEEF
Complementary color
Monochromatic Colors of #9AAEEF
Black with #9AAEEF
Text Example
Text Example
White with #9AAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEEF; }
p { color: rgb(154,174,239); }
H1.HeaderClassName
{
color: #9AAEEF;
}
.AnyTagClassName
{
color: #9AAEEF;
}
</style>
background-color css
<style>
a { background-color: #9AAEEF; }
a { background-color: rgb(154,174,239); }
div.DivClassName
{
background-color: #9AAEEF;
}
.BgClassName
{
background-color: #9AAEEF;
}
</style>
border-color css
<style>
span { border-color: #9AAEEF; }
span { border-color: rgb(154,174,239); }
td.TdClassName
{
border-color: #9AAEEF;
}
.TagClassName
{
border-color: #9AAEEF;
}
</style>