Shades of Jordy Blue #8DB8ED
Tints of Jordy Blue #8DB8ED
RGB
CMYK
RGB Variations
Color information
#8DB8ED (or 0x8DB8ED) is known color: Jordy Blue. HEX triplet: 8D, B8 and ED. RGB value is (141,184,237). Sum of RGB (Red+Green+Blue) = 141+184+237=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8ED is #724712. Grayscale: #B0B0B0. Windows color (decimal): -7489299 or 15579277. OLE color: 15579277.
HSL color Cylindrical-coordinate representation of color #8DB8ED: hue angle of 213.12º 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 #8DB8ED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 184 | 237 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.07 |
| HSL | 213.13º | 0.73% | 0.74% | - |
| HSV(B) | 213.13º | 0.41% | 0.93% | - |
| XYZ | 43.41 | 46.06 | 86.72 | - |
| YUV | 177.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 237 | 0.41 | 0.22 | 0 | 0.07 | 213.13 | 0.73 | 0.74 |
| Hex | 8D | B8 | ED | 29 | 16 | 0 | 7 | D5 | 49 | 4A |
| Octal | 215 | 270 | 355 | 51 | 26 | 0 | 7 | 325 | 111 | 112 |
| Binary | 10001101 | 10111000 | 11101101 | 101001 | 10110 | 0 | 111 | 11010101 | 1001001 | 1001010 |
Color Harmonies of #8DB8ED
Complementary color
Monochromatic Colors of #8DB8ED
Black with #8DB8ED
Text Example
Text Example
White with #8DB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8ED; }
p { color: rgb(141,184,237); }
H1.HeaderClassName
{
color: #8DB8ED;
}
.AnyTagClassName
{
color: #8DB8ED;
}
</style>
background-color css
<style>
a { background-color: #8DB8ED; }
a { background-color: rgb(141,184,237); }
div.DivClassName
{
background-color: #8DB8ED;
}
.BgClassName
{
background-color: #8DB8ED;
}
</style>
border-color css
<style>
span { border-color: #8DB8ED; }
span { border-color: rgb(141,184,237); }
td.TdClassName
{
border-color: #8DB8ED;
}
.TagClassName
{
border-color: #8DB8ED;
}
</style>