Shades of Jordy Blue #8AB9EE
Tints of Jordy Blue #8AB9EE
RGB
CMYK
RGB Variations
Color information
#8AB9EE (or 0x8AB9EE) is known color: Jordy Blue. HEX triplet: 8A, B9 and EE. RGB value is (138,185,238). Sum of RGB (Red+Green+Blue) = 138+185+238=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9EE is #754611. Grayscale: #B0B0B0. Windows color (decimal): -7685650 or 15645066. OLE color: 15645066.
HSL color Cylindrical-coordinate representation of color #8AB9EE: hue angle of 211.8º degrees, saturation: 0.75, 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 #8AB9EE is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 185 | 238 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.07 |
| HSL | 211.8º | 0.75% | 0.74% | - |
| HSV(B) | 211.8º | 0.42% | 0.93% | - |
| XYZ | 43.26 | 46.27 | 87.54 | - |
| YUV | 176.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 238 | 0.42 | 0.22 | 0 | 0.07 | 211.8 | 0.75 | 0.74 |
| Hex | 8A | B9 | EE | 2A | 16 | 0 | 7 | D4 | 4B | 4A |
| Octal | 212 | 271 | 356 | 52 | 26 | 0 | 7 | 324 | 113 | 112 |
| Binary | 10001010 | 10111001 | 11101110 | 101010 | 10110 | 0 | 111 | 11010100 | 1001011 | 1001010 |
Color Harmonies of #8AB9EE
Complementary color
Monochromatic Colors of #8AB9EE
Black with #8AB9EE
Text Example
Text Example
White with #8AB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9EE; }
p { color: rgb(138,185,238); }
H1.HeaderClassName
{
color: #8AB9EE;
}
.AnyTagClassName
{
color: #8AB9EE;
}
</style>
background-color css
<style>
a { background-color: #8AB9EE; }
a { background-color: rgb(138,185,238); }
div.DivClassName
{
background-color: #8AB9EE;
}
.BgClassName
{
background-color: #8AB9EE;
}
</style>
border-color css
<style>
span { border-color: #8AB9EE; }
span { border-color: rgb(138,185,238); }
td.TdClassName
{
border-color: #8AB9EE;
}
.TagClassName
{
border-color: #8AB9EE;
}
</style>