Shades of Jordy Blue #8DB9DD
Tints of Jordy Blue #8DB9DD
RGB
CMYK
RGB Variations
Color information
#8DB9DD (or 0x8DB9DD) is known color: Jordy Blue. HEX triplet: 8D, B9 and DD. RGB value is (141,185,221). Sum of RGB (Red+Green+Blue) = 141+185+221=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9DD is #724622. Grayscale: #AFAFAF. Windows color (decimal): -7489059 or 14530957. OLE color: 14530957.
HSL color Cylindrical-coordinate representation of color #8DB9DD: hue angle of 207º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB9DD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 185 | 221 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.13 |
| HSL | 207º | 0.54% | 0.71% | - |
| HSV(B) | 207º | 0.36% | 0.87% | - |
| XYZ | 41.38 | 45.58 | 75.02 | - |
| YUV | 175.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 221 | 0.36 | 0.16 | 0 | 0.13 | 207 | 0.54 | 0.71 |
| Hex | 8D | B9 | DD | 24 | 10 | 0 | D | CF | 36 | 47 |
| Octal | 215 | 271 | 335 | 44 | 20 | 0 | 15 | 317 | 66 | 107 |
| Binary | 10001101 | 10111001 | 11011101 | 100100 | 10000 | 0 | 1101 | 11001111 | 110110 | 1000111 |
Color Harmonies of #8DB9DD
Complementary color
Monochromatic Colors of #8DB9DD
Black with #8DB9DD
Text Example
Text Example
White with #8DB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9DD; }
p { color: rgb(141,185,221); }
H1.HeaderClassName
{
color: #8DB9DD;
}
.AnyTagClassName
{
color: #8DB9DD;
}
</style>
background-color css
<style>
a { background-color: #8DB9DD; }
a { background-color: rgb(141,185,221); }
div.DivClassName
{
background-color: #8DB9DD;
}
.BgClassName
{
background-color: #8DB9DD;
}
</style>
border-color css
<style>
span { border-color: #8DB9DD; }
span { border-color: rgb(141,185,221); }
td.TdClassName
{
border-color: #8DB9DD;
}
.TagClassName
{
border-color: #8DB9DD;
}
</style>