Shades of Jordy Blue #8DAAE0
Tints of Jordy Blue #8DAAE0
RGB
CMYK
RGB Variations
Color information
#8DAAE0 (or 0x8DAAE0) is known color: Jordy Blue. HEX triplet: 8D, AA and E0. RGB value is (141,170,224). Sum of RGB (Red+Green+Blue) = 141+170+224=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAE0 is #72551F. Grayscale: #A7A7A7. Windows color (decimal): -7492896 or 14723725. OLE color: 14723725.
HSL color Cylindrical-coordinate representation of color #8DAAE0: hue angle of 219.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DAAE0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 170 | 224 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.12 |
| HSL | 219.04º | 0.57% | 0.72% | - |
| HSV(B) | 219.04º | 0.37% | 0.88% | - |
| XYZ | 38.81 | 39.79 | 76.16 | - |
| YUV | 167.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 224 | 0.37 | 0.24 | 0 | 0.12 | 219.04 | 0.57 | 0.72 |
| Hex | 8D | AA | E0 | 25 | 18 | 0 | C | DB | 39 | 48 |
| Octal | 215 | 252 | 340 | 45 | 30 | 0 | 14 | 333 | 71 | 110 |
| Binary | 10001101 | 10101010 | 11100000 | 100101 | 11000 | 0 | 1100 | 11011011 | 111001 | 1001000 |
Color Harmonies of #8DAAE0
Complementary color
Monochromatic Colors of #8DAAE0
Black with #8DAAE0
Text Example
Text Example
White with #8DAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAE0; }
p { color: rgb(141,170,224); }
H1.HeaderClassName
{
color: #8DAAE0;
}
.AnyTagClassName
{
color: #8DAAE0;
}
</style>
background-color css
<style>
a { background-color: #8DAAE0; }
a { background-color: rgb(141,170,224); }
div.DivClassName
{
background-color: #8DAAE0;
}
.BgClassName
{
background-color: #8DAAE0;
}
</style>
border-color css
<style>
span { border-color: #8DAAE0; }
span { border-color: rgb(141,170,224); }
td.TdClassName
{
border-color: #8DAAE0;
}
.TagClassName
{
border-color: #8DAAE0;
}
</style>