Shades of Perano #9AADEE
Tints of Perano #9AADEE
RGB
CMYK
RGB Variations
Color information
#9AADEE (or 0x9AADEE) is known color: Perano. HEX triplet: 9A, AD and EE. RGB value is (154,173,238). Sum of RGB (Red+Green+Blue) = 154+173+238=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEE is #655211. Grayscale: #AEAEAE. Windows color (decimal): -6640146 or 15642010. OLE color: 15642010.
HSL color Cylindrical-coordinate representation of color #9AADEE: hue angle of 226.43º degrees, saturation: 0.71, 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 #9AADEE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 173 | 238 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.07 |
| HSL | 226.43º | 0.71% | 0.77% | - |
| HSV(B) | 226.43º | 0.35% | 0.93% | - |
| XYZ | 43.7 | 42.93 | 86.87 | - |
| YUV | 174.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 238 | 0.35 | 0.27 | 0 | 0.07 | 226.43 | 0.71 | 0.77 |
| Hex | 9A | AD | EE | 23 | 1B | 0 | 7 | E2 | 47 | 4D |
| Octal | 232 | 255 | 356 | 43 | 33 | 0 | 7 | 342 | 107 | 115 |
| Binary | 10011010 | 10101101 | 11101110 | 100011 | 11011 | 0 | 111 | 11100010 | 1000111 | 1001101 |
Color Harmonies of #9AADEE
Complementary color
Monochromatic Colors of #9AADEE
Black with #9AADEE
Text Example
Text Example
White with #9AADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADEE; }
p { color: rgb(154,173,238); }
H1.HeaderClassName
{
color: #9AADEE;
}
.AnyTagClassName
{
color: #9AADEE;
}
</style>
background-color css
<style>
a { background-color: #9AADEE; }
a { background-color: rgb(154,173,238); }
div.DivClassName
{
background-color: #9AADEE;
}
.BgClassName
{
background-color: #9AADEE;
}
</style>
border-color css
<style>
span { border-color: #9AADEE; }
span { border-color: rgb(154,173,238); }
td.TdClassName
{
border-color: #9AADEE;
}
.TagClassName
{
border-color: #9AADEE;
}
</style>