Shades of Jordy Blue #8DADDF
Tints of Jordy Blue #8DADDF
RGB
CMYK
RGB Variations
Color information
#8DADDF (or 0x8DADDF) is known color: Jordy Blue. HEX triplet: 8D, AD and DF. RGB value is (141,173,223). Sum of RGB (Red+Green+Blue) = 141+173+223=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDF is #725220. Grayscale: #A8A8A8. Windows color (decimal): -7492129 or 14658957. OLE color: 14658957.
HSL color Cylindrical-coordinate representation of color #8DADDF: hue angle of 216.59º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DADDF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 173 | 223 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.13 |
| HSL | 216.59º | 0.56% | 0.71% | - |
| HSV(B) | 216.59º | 0.37% | 0.87% | - |
| XYZ | 39.25 | 40.88 | 75.63 | - |
| YUV | 169.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 223 | 0.37 | 0.22 | 0 | 0.13 | 216.59 | 0.56 | 0.71 |
| Hex | 8D | AD | DF | 25 | 16 | 0 | D | D9 | 38 | 47 |
| Octal | 215 | 255 | 337 | 45 | 26 | 0 | 15 | 331 | 70 | 107 |
| Binary | 10001101 | 10101101 | 11011111 | 100101 | 10110 | 0 | 1101 | 11011001 | 111000 | 1000111 |
Color Harmonies of #8DADDF
Complementary color
Monochromatic Colors of #8DADDF
Black with #8DADDF
Text Example
Text Example
White with #8DADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADDF; }
p { color: rgb(141,173,223); }
H1.HeaderClassName
{
color: #8DADDF;
}
.AnyTagClassName
{
color: #8DADDF;
}
</style>
background-color css
<style>
a { background-color: #8DADDF; }
a { background-color: rgb(141,173,223); }
div.DivClassName
{
background-color: #8DADDF;
}
.BgClassName
{
background-color: #8DADDF;
}
</style>
border-color css
<style>
span { border-color: #8DADDF; }
span { border-color: rgb(141,173,223); }
td.TdClassName
{
border-color: #8DADDF;
}
.TagClassName
{
border-color: #8DADDF;
}
</style>