Shades of Jordy Blue #8DA8EF
Tints of Jordy Blue #8DA8EF
RGB
CMYK
RGB Variations
Color information
#8DA8EF (or 0x8DA8EF) is known color: Jordy Blue. HEX triplet: 8D, A8 and EF. RGB value is (141,168,239). Sum of RGB (Red+Green+Blue) = 141+168+239=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8EF is #725710. Grayscale: #A7A7A7. Windows color (decimal): -7493393 or 15706253. OLE color: 15706253.
HSL color Cylindrical-coordinate representation of color #8DA8EF: hue angle of 223.47º 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 #8DA8EF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 168 | 239 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.06 |
| HSL | 223.47º | 0.75% | 0.75% | - |
| HSV(B) | 223.47º | 0.41% | 0.94% | - |
| XYZ | 40.57 | 39.9 | 87.22 | - |
| YUV | 168.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 239 | 0.41 | 0.30 | 0 | 0.06 | 223.47 | 0.75 | 0.75 |
| Hex | 8D | A8 | EF | 29 | 1E | 0 | 6 | DF | 4B | 4B |
| Octal | 215 | 250 | 357 | 51 | 36 | 0 | 6 | 337 | 113 | 113 |
| Binary | 10001101 | 10101000 | 11101111 | 101001 | 11110 | 0 | 110 | 11011111 | 1001011 | 1001011 |
Color Harmonies of #8DA8EF
Complementary color
Monochromatic Colors of #8DA8EF
Black with #8DA8EF
Text Example
Text Example
White with #8DA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8EF; }
p { color: rgb(141,168,239); }
H1.HeaderClassName
{
color: #8DA8EF;
}
.AnyTagClassName
{
color: #8DA8EF;
}
</style>
background-color css
<style>
a { background-color: #8DA8EF; }
a { background-color: rgb(141,168,239); }
div.DivClassName
{
background-color: #8DA8EF;
}
.BgClassName
{
background-color: #8DA8EF;
}
</style>
border-color css
<style>
span { border-color: #8DA8EF; }
span { border-color: rgb(141,168,239); }
td.TdClassName
{
border-color: #8DA8EF;
}
.TagClassName
{
border-color: #8DA8EF;
}
</style>