Shades of Jordy Blue #8DB4EF
Tints of Jordy Blue #8DB4EF
RGB
CMYK
RGB Variations
Color information
#8DB4EF (or 0x8DB4EF) is known color: Jordy Blue. HEX triplet: 8D, B4 and EF. RGB value is (141,180,239). Sum of RGB (Red+Green+Blue) = 141+180+239=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4EF is #724B10. Grayscale: #AEAEAE. Windows color (decimal): -7490321 or 15709325. OLE color: 15709325.
HSL color Cylindrical-coordinate representation of color #8DB4EF: hue angle of 216.12º 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 #8DB4EF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 180 | 239 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.06 |
| HSL | 216.12º | 0.75% | 0.75% | - |
| HSV(B) | 216.12º | 0.41% | 0.94% | - |
| XYZ | 42.89 | 44.54 | 88 | - |
| YUV | 175.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 239 | 0.41 | 0.25 | 0 | 0.06 | 216.12 | 0.75 | 0.75 |
| Hex | 8D | B4 | EF | 29 | 19 | 0 | 6 | D8 | 4B | 4B |
| Octal | 215 | 264 | 357 | 51 | 31 | 0 | 6 | 330 | 113 | 113 |
| Binary | 10001101 | 10110100 | 11101111 | 101001 | 11001 | 0 | 110 | 11011000 | 1001011 | 1001011 |
Color Harmonies of #8DB4EF
Complementary color
Monochromatic Colors of #8DB4EF
Black with #8DB4EF
Text Example
Text Example
White with #8DB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4EF; }
p { color: rgb(141,180,239); }
H1.HeaderClassName
{
color: #8DB4EF;
}
.AnyTagClassName
{
color: #8DB4EF;
}
</style>
background-color css
<style>
a { background-color: #8DB4EF; }
a { background-color: rgb(141,180,239); }
div.DivClassName
{
background-color: #8DB4EF;
}
.BgClassName
{
background-color: #8DB4EF;
}
</style>
border-color css
<style>
span { border-color: #8DB4EF; }
span { border-color: rgb(141,180,239); }
td.TdClassName
{
border-color: #8DB4EF;
}
.TagClassName
{
border-color: #8DB4EF;
}
</style>