Shades of Jordy Blue #8DB7EB
Tints of Jordy Blue #8DB7EB
RGB
CMYK
RGB Variations
Color information
#8DB7EB (or 0x8DB7EB) is known color: Jordy Blue. HEX triplet: 8D, B7 and EB. RGB value is (141,183,235). Sum of RGB (Red+Green+Blue) = 141+183+235=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7EB is #724814. Grayscale: #B0B0B0. Windows color (decimal): -7489557 or 15447949. OLE color: 15447949.
HSL color Cylindrical-coordinate representation of color #8DB7EB: hue angle of 213.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB7EB is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 183 | 235 | - |
| CMYK | 0.4 | 0.22 | 0 | 0.08 |
| HSL | 213.19º | 0.7% | 0.74% | - |
| HSV(B) | 213.19º | 0.4% | 0.92% | - |
| XYZ | 42.91 | 45.53 | 85.12 | - |
| YUV | 176.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 235 | 0.4 | 0.22 | 0 | 0.08 | 213.19 | 0.7 | 0.74 |
| Hex | 8D | B7 | EB | 28 | 16 | 0 | 8 | D5 | 46 | 4A |
| Octal | 215 | 267 | 353 | 50 | 26 | 0 | 10 | 325 | 106 | 112 |
| Binary | 10001101 | 10110111 | 11101011 | 101000 | 10110 | 0 | 1000 | 11010101 | 1000110 | 1001010 |
Color Harmonies of #8DB7EB
Complementary color
Monochromatic Colors of #8DB7EB
Black with #8DB7EB
Text Example
Text Example
White with #8DB7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7EB; }
p { color: rgb(141,183,235); }
H1.HeaderClassName
{
color: #8DB7EB;
}
.AnyTagClassName
{
color: #8DB7EB;
}
</style>
background-color css
<style>
a { background-color: #8DB7EB; }
a { background-color: rgb(141,183,235); }
div.DivClassName
{
background-color: #8DB7EB;
}
.BgClassName
{
background-color: #8DB7EB;
}
</style>
border-color css
<style>
span { border-color: #8DB7EB; }
span { border-color: rgb(141,183,235); }
td.TdClassName
{
border-color: #8DB7EB;
}
.TagClassName
{
border-color: #8DB7EB;
}
</style>