Shades of Jordy Blue #8AABEC
Tints of Jordy Blue #8AABEC
RGB
CMYK
RGB Variations
Color information
#8AABEC (or 0x8AABEC) is known color: Jordy Blue. HEX triplet: 8A, AB and EC. RGB value is (138,171,236). Sum of RGB (Red+Green+Blue) = 138+171+236=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABEC is #755413. Grayscale: #A8A8A8. Windows color (decimal): -7689236 or 15510410. OLE color: 15510410.
HSL color Cylindrical-coordinate representation of color #8AABEC: hue angle of 219.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AABEC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 171 | 236 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.07 |
| HSL | 219.8º | 0.72% | 0.73% | - |
| HSV(B) | 219.8º | 0.42% | 0.93% | - |
| XYZ | 40.18 | 40.59 | 85.07 | - |
| YUV | 168.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 236 | 0.42 | 0.28 | 0 | 0.07 | 219.8 | 0.72 | 0.73 |
| Hex | 8A | AB | EC | 2A | 1C | 0 | 7 | DC | 48 | 49 |
| Octal | 212 | 253 | 354 | 52 | 34 | 0 | 7 | 334 | 110 | 111 |
| Binary | 10001010 | 10101011 | 11101100 | 101010 | 11100 | 0 | 111 | 11011100 | 1001000 | 1001001 |
Color Harmonies of #8AABEC
Complementary color
Monochromatic Colors of #8AABEC
Black with #8AABEC
Text Example
Text Example
White with #8AABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABEC; }
p { color: rgb(138,171,236); }
H1.HeaderClassName
{
color: #8AABEC;
}
.AnyTagClassName
{
color: #8AABEC;
}
</style>
background-color css
<style>
a { background-color: #8AABEC; }
a { background-color: rgb(138,171,236); }
div.DivClassName
{
background-color: #8AABEC;
}
.BgClassName
{
background-color: #8AABEC;
}
</style>
border-color css
<style>
span { border-color: #8AABEC; }
span { border-color: rgb(138,171,236); }
td.TdClassName
{
border-color: #8AABEC;
}
.TagClassName
{
border-color: #8AABEC;
}
</style>