Shades of Jordy Blue #8DB6ED
Tints of Jordy Blue #8DB6ED
RGB
CMYK
RGB Variations
Color information
#8DB6ED (or 0x8DB6ED) is known color: Jordy Blue. HEX triplet: 8D, B6 and ED. RGB value is (141,182,237). Sum of RGB (Red+Green+Blue) = 141+182+237=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6ED is #724912. Grayscale: #AFAFAF. Windows color (decimal): -7489811 or 15578765. OLE color: 15578765.
HSL color Cylindrical-coordinate representation of color #8DB6ED: hue angle of 214.38º 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 #8DB6ED is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 182 | 237 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.07 |
| HSL | 214.38º | 0.73% | 0.74% | - |
| HSV(B) | 214.38º | 0.41% | 0.93% | - |
| XYZ | 43 | 45.23 | 86.59 | - |
| YUV | 176.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 237 | 0.41 | 0.23 | 0 | 0.07 | 214.38 | 0.73 | 0.74 |
| Hex | 8D | B6 | ED | 29 | 17 | 0 | 7 | D6 | 49 | 4A |
| Octal | 215 | 266 | 355 | 51 | 27 | 0 | 7 | 326 | 111 | 112 |
| Binary | 10001101 | 10110110 | 11101101 | 101001 | 10111 | 0 | 111 | 11010110 | 1001001 | 1001010 |
Color Harmonies of #8DB6ED
Complementary color
Monochromatic Colors of #8DB6ED
Black with #8DB6ED
Text Example
Text Example
White with #8DB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6ED; }
p { color: rgb(141,182,237); }
H1.HeaderClassName
{
color: #8DB6ED;
}
.AnyTagClassName
{
color: #8DB6ED;
}
</style>
background-color css
<style>
a { background-color: #8DB6ED; }
a { background-color: rgb(141,182,237); }
div.DivClassName
{
background-color: #8DB6ED;
}
.BgClassName
{
background-color: #8DB6ED;
}
</style>
border-color css
<style>
span { border-color: #8DB6ED; }
span { border-color: rgb(141,182,237); }
td.TdClassName
{
border-color: #8DB6ED;
}
.TagClassName
{
border-color: #8DB6ED;
}
</style>