Shades of Jordy Blue #8DB4ED
Tints of Jordy Blue #8DB4ED
RGB
CMYK
RGB Variations
Color information
#8DB4ED (or 0x8DB4ED) is known color: Jordy Blue. HEX triplet: 8D, B4 and ED. RGB value is (141,180,237). Sum of RGB (Red+Green+Blue) = 141+180+237=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DB4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4ED is #724B12. Grayscale: #AEAEAE. Windows color (decimal): -7490323 or 15578253. OLE color: 15578253.
HSL color Cylindrical-coordinate representation of color #8DB4ED: hue angle of 215.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB4ED is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 180 | 237 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.07 |
| HSL | 215.63º | 0.73% | 0.74% | - |
| HSV(B) | 215.63º | 0.41% | 0.93% | - |
| XYZ | 42.59 | 44.42 | 86.45 | - |
| YUV | 174.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 237 | 0.41 | 0.24 | 0 | 0.07 | 215.63 | 0.73 | 0.74 |
| Hex | 8D | B4 | ED | 29 | 18 | 0 | 7 | D8 | 49 | 4A |
| Octal | 215 | 264 | 355 | 51 | 30 | 0 | 7 | 330 | 111 | 112 |
| Binary | 10001101 | 10110100 | 11101101 | 101001 | 11000 | 0 | 111 | 11011000 | 1001001 | 1001010 |
Color Harmonies of #8DB4ED
Complementary color
Monochromatic Colors of #8DB4ED
Black with #8DB4ED
Text Example
Text Example
White with #8DB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4ED; }
p { color: rgb(141,180,237); }
H1.HeaderClassName
{
color: #8DB4ED;
}
.AnyTagClassName
{
color: #8DB4ED;
}
</style>
background-color css
<style>
a { background-color: #8DB4ED; }
a { background-color: rgb(141,180,237); }
div.DivClassName
{
background-color: #8DB4ED;
}
.BgClassName
{
background-color: #8DB4ED;
}
</style>
border-color css
<style>
span { border-color: #8DB4ED; }
span { border-color: rgb(141,180,237); }
td.TdClassName
{
border-color: #8DB4ED;
}
.TagClassName
{
border-color: #8DB4ED;
}
</style>