Shades of Jordy Blue #8DADE6
Tints of Jordy Blue #8DADE6
RGB
CMYK
RGB Variations
Color information
#8DADE6 (or 0x8DADE6) is known color: Jordy Blue. HEX triplet: 8D, AD and E6. RGB value is (141,173,230). Sum of RGB (Red+Green+Blue) = 141+173+230=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADE6 is #725219. Grayscale: #A9A9A9. Windows color (decimal): -7492122 or 15117709. OLE color: 15117709.
HSL color Cylindrical-coordinate representation of color #8DADE6: hue angle of 218.43º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DADE6 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 173 | 230 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.10 |
| HSL | 218.43º | 0.64% | 0.73% | - |
| HSV(B) | 218.43º | 0.39% | 0.9% | - |
| XYZ | 40.21 | 41.26 | 80.71 | - |
| YUV | 169.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 230 | 0.39 | 0.25 | 0 | 0.10 | 218.43 | 0.64 | 0.73 |
| Hex | 8D | AD | E6 | 27 | 19 | 0 | A | DA | 40 | 49 |
| Octal | 215 | 255 | 346 | 47 | 31 | 0 | 12 | 332 | 100 | 111 |
| Binary | 10001101 | 10101101 | 11100110 | 100111 | 11001 | 0 | 1010 | 11011010 | 1000000 | 1001001 |
Color Harmonies of #8DADE6
Complementary color
Monochromatic Colors of #8DADE6
Black with #8DADE6
Text Example
Text Example
White with #8DADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADE6; }
p { color: rgb(141,173,230); }
H1.HeaderClassName
{
color: #8DADE6;
}
.AnyTagClassName
{
color: #8DADE6;
}
</style>
background-color css
<style>
a { background-color: #8DADE6; }
a { background-color: rgb(141,173,230); }
div.DivClassName
{
background-color: #8DADE6;
}
.BgClassName
{
background-color: #8DADE6;
}
</style>
border-color css
<style>
span { border-color: #8DADE6; }
span { border-color: rgb(141,173,230); }
td.TdClassName
{
border-color: #8DADE6;
}
.TagClassName
{
border-color: #8DADE6;
}
</style>