Shades of Jordy Blue #8AABDF
Tints of Jordy Blue #8AABDF
RGB
CMYK
RGB Variations
Color information
#8AABDF (or 0x8AABDF) is known color: Jordy Blue. HEX triplet: 8A, AB and DF. RGB value is (138,171,223). Sum of RGB (Red+Green+Blue) = 138+171+223=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABDF is #755420. Grayscale: #A6A6A6. Windows color (decimal): -7689249 or 14658442. OLE color: 14658442.
HSL color Cylindrical-coordinate representation of color #8AABDF: hue angle of 216.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AABDF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 171 | 223 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.13 |
| HSL | 216.71º | 0.57% | 0.71% | - |
| HSV(B) | 216.71º | 0.38% | 0.87% | - |
| XYZ | 38.36 | 39.86 | 75.48 | - |
| YUV | 167.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 223 | 0.38 | 0.23 | 0 | 0.13 | 216.71 | 0.57 | 0.71 |
| Hex | 8A | AB | DF | 26 | 17 | 0 | D | D9 | 39 | 47 |
| Octal | 212 | 253 | 337 | 46 | 27 | 0 | 15 | 331 | 71 | 107 |
| Binary | 10001010 | 10101011 | 11011111 | 100110 | 10111 | 0 | 1101 | 11011001 | 111001 | 1000111 |
Color Harmonies of #8AABDF
Complementary color
Monochromatic Colors of #8AABDF
Black with #8AABDF
Text Example
Text Example
White with #8AABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABDF; }
p { color: rgb(138,171,223); }
H1.HeaderClassName
{
color: #8AABDF;
}
.AnyTagClassName
{
color: #8AABDF;
}
</style>
background-color css
<style>
a { background-color: #8AABDF; }
a { background-color: rgb(138,171,223); }
div.DivClassName
{
background-color: #8AABDF;
}
.BgClassName
{
background-color: #8AABDF;
}
</style>
border-color css
<style>
span { border-color: #8AABDF; }
span { border-color: rgb(138,171,223); }
td.TdClassName
{
border-color: #8AABDF;
}
.TagClassName
{
border-color: #8AABDF;
}
</style>