Shades of Jordy Blue #8DB9DF
Tints of Jordy Blue #8DB9DF
RGB
CMYK
RGB Variations
Color information
#8DB9DF (or 0x8DB9DF) is known color: Jordy Blue. HEX triplet: 8D, B9 and DF. RGB value is (141,185,223). Sum of RGB (Red+Green+Blue) = 141+185+223=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9DF is #724620. Grayscale: #AFAFAF. Windows color (decimal): -7489057 or 14662029. OLE color: 14662029.
HSL color Cylindrical-coordinate representation of color #8DB9DF: hue angle of 207.8º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DB9DF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 185 | 223 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.13 |
| HSL | 207.8º | 0.56% | 0.71% | - |
| HSV(B) | 207.8º | 0.37% | 0.87% | - |
| XYZ | 41.65 | 45.69 | 76.44 | - |
| YUV | 176.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 223 | 0.37 | 0.17 | 0 | 0.13 | 207.8 | 0.56 | 0.71 |
| Hex | 8D | B9 | DF | 25 | 11 | 0 | D | D0 | 38 | 47 |
| Octal | 215 | 271 | 337 | 45 | 21 | 0 | 15 | 320 | 70 | 107 |
| Binary | 10001101 | 10111001 | 11011111 | 100101 | 10001 | 0 | 1101 | 11010000 | 111000 | 1000111 |
Color Harmonies of #8DB9DF
Complementary color
Monochromatic Colors of #8DB9DF
Black with #8DB9DF
Text Example
Text Example
White with #8DB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9DF; }
p { color: rgb(141,185,223); }
H1.HeaderClassName
{
color: #8DB9DF;
}
.AnyTagClassName
{
color: #8DB9DF;
}
</style>
background-color css
<style>
a { background-color: #8DB9DF; }
a { background-color: rgb(141,185,223); }
div.DivClassName
{
background-color: #8DB9DF;
}
.BgClassName
{
background-color: #8DB9DF;
}
</style>
border-color css
<style>
span { border-color: #8DB9DF; }
span { border-color: rgb(141,185,223); }
td.TdClassName
{
border-color: #8DB9DF;
}
.TagClassName
{
border-color: #8DB9DF;
}
</style>