Shades of Jordy Blue #8DB3EF
Tints of Jordy Blue #8DB3EF
RGB
CMYK
RGB Variations
Color information
#8DB3EF (or 0x8DB3EF) is known color: Jordy Blue. HEX triplet: 8D, B3 and EF. RGB value is (141,179,239). Sum of RGB (Red+Green+Blue) = 141+179+239=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3EF is #724C10. Grayscale: #AEAEAE. Windows color (decimal): -7490577 or 15709069. OLE color: 15709069.
HSL color Cylindrical-coordinate representation of color #8DB3EF: hue angle of 216.73º 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 #8DB3EF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 179 | 239 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.06 |
| HSL | 216.73º | 0.75% | 0.75% | - |
| HSV(B) | 216.73º | 0.41% | 0.94% | - |
| XYZ | 42.68 | 44.13 | 87.93 | - |
| YUV | 174.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 239 | 0.41 | 0.25 | 0 | 0.06 | 216.73 | 0.75 | 0.75 |
| Hex | 8D | B3 | EF | 29 | 19 | 0 | 6 | D9 | 4B | 4B |
| Octal | 215 | 263 | 357 | 51 | 31 | 0 | 6 | 331 | 113 | 113 |
| Binary | 10001101 | 10110011 | 11101111 | 101001 | 11001 | 0 | 110 | 11011001 | 1001011 | 1001011 |
Color Harmonies of #8DB3EF
Complementary color
Monochromatic Colors of #8DB3EF
Black with #8DB3EF
Text Example
Text Example
White with #8DB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3EF; }
p { color: rgb(141,179,239); }
H1.HeaderClassName
{
color: #8DB3EF;
}
.AnyTagClassName
{
color: #8DB3EF;
}
</style>
background-color css
<style>
a { background-color: #8DB3EF; }
a { background-color: rgb(141,179,239); }
div.DivClassName
{
background-color: #8DB3EF;
}
.BgClassName
{
background-color: #8DB3EF;
}
</style>
border-color css
<style>
span { border-color: #8DB3EF; }
span { border-color: rgb(141,179,239); }
td.TdClassName
{
border-color: #8DB3EF;
}
.TagClassName
{
border-color: #8DB3EF;
}
</style>