Shades of Jordy Blue #8AACED
Tints of Jordy Blue #8AACED
RGB
CMYK
RGB Variations
Color information
#8AACED (or 0x8AACED) is known color: Jordy Blue. HEX triplet: 8A, AC and ED. RGB value is (138,172,237). Sum of RGB (Red+Green+Blue) = 138+172+237=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACED is #755312. Grayscale: #A8A8A8. Windows color (decimal): -7688979 or 15576202. OLE color: 15576202.
HSL color Cylindrical-coordinate representation of color #8AACED: hue angle of 219.39º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AACED is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 172 | 237 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.07 |
| HSL | 219.39º | 0.73% | 0.74% | - |
| HSV(B) | 219.39º | 0.42% | 0.93% | - |
| XYZ | 40.52 | 41.02 | 85.9 | - |
| YUV | 169.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 237 | 0.42 | 0.27 | 0 | 0.07 | 219.39 | 0.73 | 0.74 |
| Hex | 8A | AC | ED | 2A | 1B | 0 | 7 | DB | 49 | 4A |
| Octal | 212 | 254 | 355 | 52 | 33 | 0 | 7 | 333 | 111 | 112 |
| Binary | 10001010 | 10101100 | 11101101 | 101010 | 11011 | 0 | 111 | 11011011 | 1001001 | 1001010 |
Color Harmonies of #8AACED
Complementary color
Monochromatic Colors of #8AACED
Black with #8AACED
Text Example
Text Example
White with #8AACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACED; }
p { color: rgb(138,172,237); }
H1.HeaderClassName
{
color: #8AACED;
}
.AnyTagClassName
{
color: #8AACED;
}
</style>
background-color css
<style>
a { background-color: #8AACED; }
a { background-color: rgb(138,172,237); }
div.DivClassName
{
background-color: #8AACED;
}
.BgClassName
{
background-color: #8AACED;
}
</style>
border-color css
<style>
span { border-color: #8AACED; }
span { border-color: rgb(138,172,237); }
td.TdClassName
{
border-color: #8AACED;
}
.TagClassName
{
border-color: #8AACED;
}
</style>