Shades of Jordy Blue #8DABED
Tints of Jordy Blue #8DABED
RGB
CMYK
RGB Variations
Color information
#8DABED (or 0x8DABED) is known color: Jordy Blue. HEX triplet: 8D, AB and ED. RGB value is (141,171,237). Sum of RGB (Red+Green+Blue) = 141+171+237=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABED is #725412. Grayscale: #A9A9A9. Windows color (decimal): -7492627 or 15575949. OLE color: 15575949.
HSL color Cylindrical-coordinate representation of color #8DABED: hue angle of 221.25º 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 #8DABED is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 171 | 237 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 221.25º | 0.73% | 0.74% | - |
| HSV(B) | 221.25º | 0.41% | 0.93% | - |
| XYZ | 40.83 | 40.9 | 85.86 | - |
| YUV | 169.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 237 | 0.41 | 0.28 | 0 | 0.07 | 221.25 | 0.73 | 0.74 |
| Hex | 8D | AB | ED | 29 | 1C | 0 | 7 | DD | 49 | 4A |
| Octal | 215 | 253 | 355 | 51 | 34 | 0 | 7 | 335 | 111 | 112 |
| Binary | 10001101 | 10101011 | 11101101 | 101001 | 11100 | 0 | 111 | 11011101 | 1001001 | 1001010 |
Color Harmonies of #8DABED
Complementary color
Monochromatic Colors of #8DABED
Black with #8DABED
Text Example
Text Example
White with #8DABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABED; }
p { color: rgb(141,171,237); }
H1.HeaderClassName
{
color: #8DABED;
}
.AnyTagClassName
{
color: #8DABED;
}
</style>
background-color css
<style>
a { background-color: #8DABED; }
a { background-color: rgb(141,171,237); }
div.DivClassName
{
background-color: #8DABED;
}
.BgClassName
{
background-color: #8DABED;
}
</style>
border-color css
<style>
span { border-color: #8DABED; }
span { border-color: rgb(141,171,237); }
td.TdClassName
{
border-color: #8DABED;
}
.TagClassName
{
border-color: #8DABED;
}
</style>