Shades of Jordy Blue #8DB0EF
Tints of Jordy Blue #8DB0EF
RGB
CMYK
RGB Variations
Color information
#8DB0EF (or 0x8DB0EF) is known color: Jordy Blue. HEX triplet: 8D, B0 and EF. RGB value is (141,176,239). Sum of RGB (Red+Green+Blue) = 141+176+239=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0EF is #724F10. Grayscale: #ACACAC. Windows color (decimal): -7491345 or 15708301. OLE color: 15708301.
HSL color Cylindrical-coordinate representation of color #8DB0EF: hue angle of 218.57º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB0EF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 176 | 239 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.06 |
| HSL | 218.57º | 0.75% | 0.75% | - |
| HSV(B) | 218.57º | 0.41% | 0.94% | - |
| XYZ | 42.09 | 42.95 | 87.73 | - |
| YUV | 172.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 239 | 0.41 | 0.26 | 0 | 0.06 | 218.57 | 0.75 | 0.75 |
| Hex | 8D | B0 | EF | 29 | 1A | 0 | 6 | DB | 4B | 4B |
| Octal | 215 | 260 | 357 | 51 | 32 | 0 | 6 | 333 | 113 | 113 |
| Binary | 10001101 | 10110000 | 11101111 | 101001 | 11010 | 0 | 110 | 11011011 | 1001011 | 1001011 |
Color Harmonies of #8DB0EF
Complementary color
Monochromatic Colors of #8DB0EF
Black with #8DB0EF
Text Example
Text Example
White with #8DB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0EF; }
p { color: rgb(141,176,239); }
H1.HeaderClassName
{
color: #8DB0EF;
}
.AnyTagClassName
{
color: #8DB0EF;
}
</style>
background-color css
<style>
a { background-color: #8DB0EF; }
a { background-color: rgb(141,176,239); }
div.DivClassName
{
background-color: #8DB0EF;
}
.BgClassName
{
background-color: #8DB0EF;
}
</style>
border-color css
<style>
span { border-color: #8DB0EF; }
span { border-color: rgb(141,176,239); }
td.TdClassName
{
border-color: #8DB0EF;
}
.TagClassName
{
border-color: #8DB0EF;
}
</style>