Shades of Jordy Blue #8DA9EC
Tints of Jordy Blue #8DA9EC
RGB
CMYK
RGB Variations
Color information
#8DA9EC (or 0x8DA9EC) is known color: Jordy Blue. HEX triplet: 8D, A9 and EC. RGB value is (141,169,236). Sum of RGB (Red+Green+Blue) = 141+169+236=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9EC is #725613. Grayscale: #A7A7A7. Windows color (decimal): -7493140 or 15509901. OLE color: 15509901.
HSL color Cylindrical-coordinate representation of color #8DA9EC: hue angle of 222.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA9EC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 169 | 236 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 222.32º | 0.71% | 0.74% | - |
| HSV(B) | 222.32º | 0.4% | 0.93% | - |
| XYZ | 40.31 | 40.09 | 84.97 | - |
| YUV | 168.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 236 | 0.40 | 0.28 | 0 | 0.07 | 222.32 | 0.71 | 0.74 |
| Hex | 8D | A9 | EC | 28 | 1C | 0 | 7 | DE | 47 | 4A |
| Octal | 215 | 251 | 354 | 50 | 34 | 0 | 7 | 336 | 107 | 112 |
| Binary | 10001101 | 10101001 | 11101100 | 101000 | 11100 | 0 | 111 | 11011110 | 1000111 | 1001010 |
Color Harmonies of #8DA9EC
Complementary color
Monochromatic Colors of #8DA9EC
Black with #8DA9EC
Text Example
Text Example
White with #8DA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9EC; }
p { color: rgb(141,169,236); }
H1.HeaderClassName
{
color: #8DA9EC;
}
.AnyTagClassName
{
color: #8DA9EC;
}
</style>
background-color css
<style>
a { background-color: #8DA9EC; }
a { background-color: rgb(141,169,236); }
div.DivClassName
{
background-color: #8DA9EC;
}
.BgClassName
{
background-color: #8DA9EC;
}
</style>
border-color css
<style>
span { border-color: #8DA9EC; }
span { border-color: rgb(141,169,236); }
td.TdClassName
{
border-color: #8DA9EC;
}
.TagClassName
{
border-color: #8DA9EC;
}
</style>