Shades of Jordy Blue #8AB9DD
Tints of Jordy Blue #8AB9DD
RGB
CMYK
RGB Variations
Color information
#8AB9DD (or 0x8AB9DD) is known color: Jordy Blue. HEX triplet: 8A, B9 and DD. RGB value is (138,185,221). Sum of RGB (Red+Green+Blue) = 138+185+221=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9DD is #754622. Grayscale: #AEAEAE. Windows color (decimal): -7685667 or 14530954. OLE color: 14530954.
HSL color Cylindrical-coordinate representation of color #8AB9DD: hue angle of 206.02º 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 #8AB9DD is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 185 | 221 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.13 |
| HSL | 206.02º | 0.55% | 0.7% | - |
| HSV(B) | 206.02º | 0.38% | 0.87% | - |
| XYZ | 40.88 | 45.32 | 75 | - |
| YUV | 175.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 221 | 0.38 | 0.16 | 0 | 0.13 | 206.02 | 0.55 | 0.7 |
| Hex | 8A | B9 | DD | 26 | 10 | 0 | D | CE | 37 | 46 |
| Octal | 212 | 271 | 335 | 46 | 20 | 0 | 15 | 316 | 67 | 106 |
| Binary | 10001010 | 10111001 | 11011101 | 100110 | 10000 | 0 | 1101 | 11001110 | 110111 | 1000110 |
Color Harmonies of #8AB9DD
Complementary color
Monochromatic Colors of #8AB9DD
Black with #8AB9DD
Text Example
Text Example
White with #8AB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9DD; }
p { color: rgb(138,185,221); }
H1.HeaderClassName
{
color: #8AB9DD;
}
.AnyTagClassName
{
color: #8AB9DD;
}
</style>
background-color css
<style>
a { background-color: #8AB9DD; }
a { background-color: rgb(138,185,221); }
div.DivClassName
{
background-color: #8AB9DD;
}
.BgClassName
{
background-color: #8AB9DD;
}
</style>
border-color css
<style>
span { border-color: #8AB9DD; }
span { border-color: rgb(138,185,221); }
td.TdClassName
{
border-color: #8AB9DD;
}
.TagClassName
{
border-color: #8AB9DD;
}
</style>