Shades of Jordy Blue #8DB8EF
Tints of Jordy Blue #8DB8EF
RGB
CMYK
RGB Variations
Color information
#8DB8EF (or 0x8DB8EF) is known color: Jordy Blue. HEX triplet: 8D, B8 and EF. RGB value is (141,184,239). Sum of RGB (Red+Green+Blue) = 141+184+239=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8EF is #724710. Grayscale: #B1B1B1. Windows color (decimal): -7489297 or 15710349. OLE color: 15710349.
HSL color Cylindrical-coordinate representation of color #8DB8EF: hue angle of 213.67º 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 #8DB8EF is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 184 | 239 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.06 |
| HSL | 213.67º | 0.75% | 0.75% | - |
| HSV(B) | 213.67º | 0.41% | 0.94% | - |
| XYZ | 43.7 | 46.18 | 88.27 | - |
| YUV | 177.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 239 | 0.41 | 0.23 | 0 | 0.06 | 213.67 | 0.75 | 0.75 |
| Hex | 8D | B8 | EF | 29 | 17 | 0 | 6 | D6 | 4B | 4B |
| Octal | 215 | 270 | 357 | 51 | 27 | 0 | 6 | 326 | 113 | 113 |
| Binary | 10001101 | 10111000 | 11101111 | 101001 | 10111 | 0 | 110 | 11010110 | 1001011 | 1001011 |
Color Harmonies of #8DB8EF
Complementary color
Monochromatic Colors of #8DB8EF
Black with #8DB8EF
Text Example
Text Example
White with #8DB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8EF; }
p { color: rgb(141,184,239); }
H1.HeaderClassName
{
color: #8DB8EF;
}
.AnyTagClassName
{
color: #8DB8EF;
}
</style>
background-color css
<style>
a { background-color: #8DB8EF; }
a { background-color: rgb(141,184,239); }
div.DivClassName
{
background-color: #8DB8EF;
}
.BgClassName
{
background-color: #8DB8EF;
}
</style>
border-color css
<style>
span { border-color: #8DB8EF; }
span { border-color: rgb(141,184,239); }
td.TdClassName
{
border-color: #8DB8EF;
}
.TagClassName
{
border-color: #8DB8EF;
}
</style>