Shades of Jordy Blue #8AAEDD
Tints of Jordy Blue #8AAEDD
RGB
CMYK
RGB Variations
Color information
#8AAEDD (or 0x8AAEDD) is known color: Jordy Blue. HEX triplet: 8A, AE and DD. RGB value is (138,174,221). Sum of RGB (Red+Green+Blue) = 138+174+221=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDD is #755122. Grayscale: #A8A8A8. Windows color (decimal): -7688483 or 14528138. OLE color: 14528138.
HSL color Cylindrical-coordinate representation of color #8AAEDD: hue angle of 213.98º 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 #8AAEDD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 174 | 221 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.13 |
| HSL | 213.98º | 0.55% | 0.7% | - |
| HSV(B) | 213.98º | 0.38% | 0.87% | - |
| XYZ | 38.67 | 40.9 | 74.26 | - |
| YUV | 168.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 221 | 0.38 | 0.21 | 0 | 0.13 | 213.98 | 0.55 | 0.7 |
| Hex | 8A | AE | DD | 26 | 15 | 0 | D | D6 | 37 | 46 |
| Octal | 212 | 256 | 335 | 46 | 25 | 0 | 15 | 326 | 67 | 106 |
| Binary | 10001010 | 10101110 | 11011101 | 100110 | 10101 | 0 | 1101 | 11010110 | 110111 | 1000110 |
Color Harmonies of #8AAEDD
Complementary color
Monochromatic Colors of #8AAEDD
Black with #8AAEDD
Text Example
Text Example
White with #8AAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEDD; }
p { color: rgb(138,174,221); }
H1.HeaderClassName
{
color: #8AAEDD;
}
.AnyTagClassName
{
color: #8AAEDD;
}
</style>
background-color css
<style>
a { background-color: #8AAEDD; }
a { background-color: rgb(138,174,221); }
div.DivClassName
{
background-color: #8AAEDD;
}
.BgClassName
{
background-color: #8AAEDD;
}
</style>
border-color css
<style>
span { border-color: #8AAEDD; }
span { border-color: rgb(138,174,221); }
td.TdClassName
{
border-color: #8AAEDD;
}
.TagClassName
{
border-color: #8AAEDD;
}
</style>