Shades of Jordy Blue #8AAEDF
Tints of Jordy Blue #8AAEDF
RGB
CMYK
RGB Variations
Color information
#8AAEDF (or 0x8AAEDF) is known color: Jordy Blue. HEX triplet: 8A, AE and DF. RGB value is (138,174,223). Sum of RGB (Red+Green+Blue) = 138+174+223=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDF is #755120. Grayscale: #A8A8A8. Windows color (decimal): -7688481 or 14659210. OLE color: 14659210.
HSL color Cylindrical-coordinate representation of color #8AAEDF: hue angle of 214.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAEDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 174 | 223 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 214.59º | 0.57% | 0.71% | - |
| HSV(B) | 214.59º | 0.38% | 0.87% | - |
| XYZ | 38.94 | 41 | 75.67 | - |
| YUV | 168.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 223 | 0.38 | 0.22 | 0 | 0.13 | 214.59 | 0.57 | 0.71 |
| Hex | 8A | AE | DF | 26 | 16 | 0 | D | D7 | 39 | 47 |
| Octal | 212 | 256 | 337 | 46 | 26 | 0 | 15 | 327 | 71 | 107 |
| Binary | 10001010 | 10101110 | 11011111 | 100110 | 10110 | 0 | 1101 | 11010111 | 111001 | 1000111 |
Color Harmonies of #8AAEDF
Complementary color
Monochromatic Colors of #8AAEDF
Black with #8AAEDF
Text Example
Text Example
White with #8AAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEDF; }
p { color: rgb(138,174,223); }
H1.HeaderClassName
{
color: #8AAEDF;
}
.AnyTagClassName
{
color: #8AAEDF;
}
</style>
background-color css
<style>
a { background-color: #8AAEDF; }
a { background-color: rgb(138,174,223); }
div.DivClassName
{
background-color: #8AAEDF;
}
.BgClassName
{
background-color: #8AAEDF;
}
</style>
border-color css
<style>
span { border-color: #8AAEDF; }
span { border-color: rgb(138,174,223); }
td.TdClassName
{
border-color: #8AAEDF;
}
.TagClassName
{
border-color: #8AAEDF;
}
</style>