Shades of Jordy Blue #8AAADD
Tints of Jordy Blue #8AAADD
RGB
CMYK
RGB Variations
Color information
#8AAADD (or 0x8AAADD) is known color: Jordy Blue. HEX triplet: 8A, AA and DD. RGB value is (138,170,221). Sum of RGB (Red+Green+Blue) = 138+170+221=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAADD is #755522. Grayscale: #A6A6A6. Windows color (decimal): -7689507 or 14527114. OLE color: 14527114.
HSL color Cylindrical-coordinate representation of color #8AAADD: hue angle of 216.87º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAADD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 170 | 221 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.13 |
| HSL | 216.87º | 0.55% | 0.7% | - |
| HSV(B) | 216.87º | 0.38% | 0.87% | - |
| XYZ | 37.91 | 39.37 | 74.01 | - |
| YUV | 166.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 221 | 0.38 | 0.23 | 0 | 0.13 | 216.87 | 0.55 | 0.7 |
| Hex | 8A | AA | DD | 26 | 17 | 0 | D | D9 | 37 | 46 |
| Octal | 212 | 252 | 335 | 46 | 27 | 0 | 15 | 331 | 67 | 106 |
| Binary | 10001010 | 10101010 | 11011101 | 100110 | 10111 | 0 | 1101 | 11011001 | 110111 | 1000110 |
Color Harmonies of #8AAADD
Complementary color
Monochromatic Colors of #8AAADD
Black with #8AAADD
Text Example
Text Example
White with #8AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAADD; }
p { color: rgb(138,170,221); }
H1.HeaderClassName
{
color: #8AAADD;
}
.AnyTagClassName
{
color: #8AAADD;
}
</style>
background-color css
<style>
a { background-color: #8AAADD; }
a { background-color: rgb(138,170,221); }
div.DivClassName
{
background-color: #8AAADD;
}
.BgClassName
{
background-color: #8AAADD;
}
</style>
border-color css
<style>
span { border-color: #8AAADD; }
span { border-color: rgb(138,170,221); }
td.TdClassName
{
border-color: #8AAADD;
}
.TagClassName
{
border-color: #8AAADD;
}
</style>