Shades of Jordy Blue #8AB9EA
Tints of Jordy Blue #8AB9EA
RGB
CMYK
RGB Variations
Color information
#8AB9EA (or 0x8AB9EA) is known color: Jordy Blue. HEX triplet: 8A, B9 and EA. RGB value is (138,185,234). Sum of RGB (Red+Green+Blue) = 138+185+234=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9EA is #754615. Grayscale: #B0B0B0. Windows color (decimal): -7685654 or 15382922. OLE color: 15382922.
HSL color Cylindrical-coordinate representation of color #8AB9EA: hue angle of 210.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AB9EA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 185 | 234 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.08 |
| HSL | 210.63º | 0.7% | 0.73% | - |
| HSV(B) | 210.63º | 0.41% | 0.92% | - |
| XYZ | 42.68 | 46.04 | 84.48 | - |
| YUV | 176.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 234 | 0.41 | 0.21 | 0 | 0.08 | 210.63 | 0.7 | 0.73 |
| Hex | 8A | B9 | EA | 29 | 15 | 0 | 8 | D3 | 46 | 49 |
| Octal | 212 | 271 | 352 | 51 | 25 | 0 | 10 | 323 | 106 | 111 |
| Binary | 10001010 | 10111001 | 11101010 | 101001 | 10101 | 0 | 1000 | 11010011 | 1000110 | 1001001 |
Color Harmonies of #8AB9EA
Complementary color
Monochromatic Colors of #8AB9EA
Black with #8AB9EA
Text Example
Text Example
White with #8AB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9EA; }
p { color: rgb(138,185,234); }
H1.HeaderClassName
{
color: #8AB9EA;
}
.AnyTagClassName
{
color: #8AB9EA;
}
</style>
background-color css
<style>
a { background-color: #8AB9EA; }
a { background-color: rgb(138,185,234); }
div.DivClassName
{
background-color: #8AB9EA;
}
.BgClassName
{
background-color: #8AB9EA;
}
</style>
border-color css
<style>
span { border-color: #8AB9EA; }
span { border-color: rgb(138,185,234); }
td.TdClassName
{
border-color: #8AB9EA;
}
.TagClassName
{
border-color: #8AB9EA;
}
</style>