Shades of Jordy Blue #8AA7E1
Tints of Jordy Blue #8AA7E1
RGB
CMYK
RGB Variations
Color information
#8AA7E1 (or 0x8AA7E1) is known color: Jordy Blue. HEX triplet: 8A, A7 and E1. RGB value is (138,167,225). Sum of RGB (Red+Green+Blue) = 138+167+225=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AA7E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7E1 is #75581E. Grayscale: #A4A4A4. Windows color (decimal): -7690271 or 14788490. OLE color: 14788490.
HSL color Cylindrical-coordinate representation of color #8AA7E1: hue angle of 220º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AA7E1 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 167 | 225 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.12 |
| HSL | 220º | 0.59% | 0.71% | - |
| HSV(B) | 220º | 0.39% | 0.88% | - |
| XYZ | 37.89 | 38.48 | 76.66 | - |
| YUV | 164.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 225 | 0.39 | 0.26 | 0 | 0.12 | 220 | 0.59 | 0.71 |
| Hex | 8A | A7 | E1 | 27 | 1A | 0 | C | DC | 3B | 47 |
| Octal | 212 | 247 | 341 | 47 | 32 | 0 | 14 | 334 | 73 | 107 |
| Binary | 10001010 | 10100111 | 11100001 | 100111 | 11010 | 0 | 1100 | 11011100 | 111011 | 1000111 |
Color Harmonies of #8AA7E1
Complementary color
Monochromatic Colors of #8AA7E1
Black with #8AA7E1
Text Example
Text Example
White with #8AA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7E1; }
p { color: rgb(138,167,225); }
H1.HeaderClassName
{
color: #8AA7E1;
}
.AnyTagClassName
{
color: #8AA7E1;
}
</style>
background-color css
<style>
a { background-color: #8AA7E1; }
a { background-color: rgb(138,167,225); }
div.DivClassName
{
background-color: #8AA7E1;
}
.BgClassName
{
background-color: #8AA7E1;
}
</style>
border-color css
<style>
span { border-color: #8AA7E1; }
span { border-color: rgb(138,167,225); }
td.TdClassName
{
border-color: #8AA7E1;
}
.TagClassName
{
border-color: #8AA7E1;
}
</style>