Shades of Jordy Blue #8DAEEA
Tints of Jordy Blue #8DAEEA
RGB
CMYK
RGB Variations
Color information
#8DAEEA (or 0x8DAEEA) is known color: Jordy Blue. HEX triplet: 8D, AE and EA. RGB value is (141,174,234). Sum of RGB (Red+Green+Blue) = 141+174+234=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEEA is #725115. Grayscale: #AAAAAA. Windows color (decimal): -7491862 or 15380109. OLE color: 15380109.
HSL color Cylindrical-coordinate representation of color #8DAEEA: hue angle of 218.71º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAEEA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 174 | 234 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.08 |
| HSL | 218.71º | 0.69% | 0.74% | - |
| HSV(B) | 218.71º | 0.4% | 0.92% | - |
| XYZ | 40.97 | 41.88 | 83.77 | - |
| YUV | 170.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 234 | 0.40 | 0.26 | 0 | 0.08 | 218.71 | 0.69 | 0.74 |
| Hex | 8D | AE | EA | 28 | 1A | 0 | 8 | DB | 45 | 4A |
| Octal | 215 | 256 | 352 | 50 | 32 | 0 | 10 | 333 | 105 | 112 |
| Binary | 10001101 | 10101110 | 11101010 | 101000 | 11010 | 0 | 1000 | 11011011 | 1000101 | 1001010 |
Color Harmonies of #8DAEEA
Complementary color
Monochromatic Colors of #8DAEEA
Black with #8DAEEA
Text Example
Text Example
White with #8DAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEEA; }
p { color: rgb(141,174,234); }
H1.HeaderClassName
{
color: #8DAEEA;
}
.AnyTagClassName
{
color: #8DAEEA;
}
</style>
background-color css
<style>
a { background-color: #8DAEEA; }
a { background-color: rgb(141,174,234); }
div.DivClassName
{
background-color: #8DAEEA;
}
.BgClassName
{
background-color: #8DAEEA;
}
</style>
border-color css
<style>
span { border-color: #8DAEEA; }
span { border-color: rgb(141,174,234); }
td.TdClassName
{
border-color: #8DAEEA;
}
.TagClassName
{
border-color: #8DAEEA;
}
</style>