Shades of Jordy Blue #8DADF1
Tints of Jordy Blue #8DADF1
RGB
CMYK
RGB Variations
Color information
#8DADF1 (or 0x8DADF1) is known color: Jordy Blue. HEX triplet: 8D, AD and F1. RGB value is (141,173,241). Sum of RGB (Red+Green+Blue) = 141+173+241=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADF1 is #72520E. Grayscale: #AAAAAA. Windows color (decimal): -7492111 or 15838605. OLE color: 15838605.
HSL color Cylindrical-coordinate representation of color #8DADF1: hue angle of 220.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DADF1 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 173 | 241 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.05 |
| HSL | 220.8º | 0.78% | 0.75% | - |
| HSV(B) | 220.8º | 0.41% | 0.95% | - |
| XYZ | 41.81 | 41.9 | 89.1 | - |
| YUV | 171.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 241 | 0.41 | 0.28 | 0 | 0.05 | 220.8 | 0.78 | 0.75 |
| Hex | 8D | AD | F1 | 29 | 1C | 0 | 5 | DD | 4E | 4B |
| Octal | 215 | 255 | 361 | 51 | 34 | 0 | 5 | 335 | 116 | 113 |
| Binary | 10001101 | 10101101 | 11110001 | 101001 | 11100 | 0 | 101 | 11011101 | 1001110 | 1001011 |
Color Harmonies of #8DADF1
Complementary color
Monochromatic Colors of #8DADF1
Black with #8DADF1
Text Example
Text Example
White with #8DADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADF1; }
p { color: rgb(141,173,241); }
H1.HeaderClassName
{
color: #8DADF1;
}
.AnyTagClassName
{
color: #8DADF1;
}
</style>
background-color css
<style>
a { background-color: #8DADF1; }
a { background-color: rgb(141,173,241); }
div.DivClassName
{
background-color: #8DADF1;
}
.BgClassName
{
background-color: #8DADF1;
}
</style>
border-color css
<style>
span { border-color: #8DADF1; }
span { border-color: rgb(141,173,241); }
td.TdClassName
{
border-color: #8DADF1;
}
.TagClassName
{
border-color: #8DADF1;
}
</style>