Shades of Jordy Blue #8DAAED
Tints of Jordy Blue #8DAAED
RGB
CMYK
RGB Variations
Color information
#8DAAED (or 0x8DAAED) is known color: Jordy Blue. HEX triplet: 8D, AA and ED. RGB value is (141,170,237). Sum of RGB (Red+Green+Blue) = 141+170+237=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAED is #725512. Grayscale: #A8A8A8. Windows color (decimal): -7492883 or 15575693. OLE color: 15575693.
HSL color Cylindrical-coordinate representation of color #8DAAED: hue angle of 221.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DAAED is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 170 | 237 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 221.88º | 0.73% | 0.74% | - |
| HSV(B) | 221.88º | 0.41% | 0.93% | - |
| XYZ | 40.65 | 40.53 | 85.8 | - |
| YUV | 168.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 237 | 0.41 | 0.28 | 0 | 0.07 | 221.88 | 0.73 | 0.74 |
| Hex | 8D | AA | ED | 29 | 1C | 0 | 7 | DE | 49 | 4A |
| Octal | 215 | 252 | 355 | 51 | 34 | 0 | 7 | 336 | 111 | 112 |
| Binary | 10001101 | 10101010 | 11101101 | 101001 | 11100 | 0 | 111 | 11011110 | 1001001 | 1001010 |
Color Harmonies of #8DAAED
Complementary color
Monochromatic Colors of #8DAAED
Black with #8DAAED
Text Example
Text Example
White with #8DAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAED; }
p { color: rgb(141,170,237); }
H1.HeaderClassName
{
color: #8DAAED;
}
.AnyTagClassName
{
color: #8DAAED;
}
</style>
background-color css
<style>
a { background-color: #8DAAED; }
a { background-color: rgb(141,170,237); }
div.DivClassName
{
background-color: #8DAAED;
}
.BgClassName
{
background-color: #8DAAED;
}
</style>
border-color css
<style>
span { border-color: #8DAAED; }
span { border-color: rgb(141,170,237); }
td.TdClassName
{
border-color: #8DAAED;
}
.TagClassName
{
border-color: #8DAAED;
}
</style>