Shades of Jordy Blue #8AACDD
Tints of Jordy Blue #8AACDD
RGB
CMYK
RGB Variations
Color information
#8AACDD (or 0x8AACDD) is known color: Jordy Blue. HEX triplet: 8A, AC and DD. RGB value is (138,172,221). Sum of RGB (Red+Green+Blue) = 138+172+221=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDD is #755322. Grayscale: #A7A7A7. Windows color (decimal): -7688995 or 14527626. OLE color: 14527626.
HSL color Cylindrical-coordinate representation of color #8AACDD: hue angle of 215.42º 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 #8AACDD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 172 | 221 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 215.42º | 0.55% | 0.7% | - |
| HSV(B) | 215.42º | 0.38% | 0.87% | - |
| XYZ | 38.28 | 40.13 | 74.13 | - |
| YUV | 167.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 221 | 0.38 | 0.22 | 0 | 0.13 | 215.42 | 0.55 | 0.7 |
| Hex | 8A | AC | DD | 26 | 16 | 0 | D | D7 | 37 | 46 |
| Octal | 212 | 254 | 335 | 46 | 26 | 0 | 15 | 327 | 67 | 106 |
| Binary | 10001010 | 10101100 | 11011101 | 100110 | 10110 | 0 | 1101 | 11010111 | 110111 | 1000110 |
Color Harmonies of #8AACDD
Complementary color
Monochromatic Colors of #8AACDD
Black with #8AACDD
Text Example
Text Example
White with #8AACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACDD; }
p { color: rgb(138,172,221); }
H1.HeaderClassName
{
color: #8AACDD;
}
.AnyTagClassName
{
color: #8AACDD;
}
</style>
background-color css
<style>
a { background-color: #8AACDD; }
a { background-color: rgb(138,172,221); }
div.DivClassName
{
background-color: #8AACDD;
}
.BgClassName
{
background-color: #8AACDD;
}
</style>
border-color css
<style>
span { border-color: #8AACDD; }
span { border-color: rgb(138,172,221); }
td.TdClassName
{
border-color: #8AACDD;
}
.TagClassName
{
border-color: #8AACDD;
}
</style>