Shades of Jordy Blue #8DAFDF
Tints of Jordy Blue #8DAFDF
RGB
CMYK
RGB Variations
Color information
#8DAFDF (or 0x8DAFDF) is known color: Jordy Blue. HEX triplet: 8D, AF and DF. RGB value is (141,175,223). Sum of RGB (Red+Green+Blue) = 141+175+223=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFDF is #725020. Grayscale: #AAAAAA. Windows color (decimal): -7491617 or 14659469. OLE color: 14659469.
HSL color Cylindrical-coordinate representation of color #8DAFDF: hue angle of 215.12º 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 #8DAFDF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 175 | 223 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.13 |
| HSL | 215.12º | 0.56% | 0.71% | - |
| HSV(B) | 215.12º | 0.37% | 0.87% | - |
| XYZ | 39.63 | 41.65 | 75.76 | - |
| YUV | 170.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 223 | 0.37 | 0.22 | 0 | 0.13 | 215.12 | 0.56 | 0.71 |
| Hex | 8D | AF | DF | 25 | 16 | 0 | D | D7 | 38 | 47 |
| Octal | 215 | 257 | 337 | 45 | 26 | 0 | 15 | 327 | 70 | 107 |
| Binary | 10001101 | 10101111 | 11011111 | 100101 | 10110 | 0 | 1101 | 11010111 | 111000 | 1000111 |
Color Harmonies of #8DAFDF
Complementary color
Monochromatic Colors of #8DAFDF
Black with #8DAFDF
Text Example
Text Example
White with #8DAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFDF; }
p { color: rgb(141,175,223); }
H1.HeaderClassName
{
color: #8DAFDF;
}
.AnyTagClassName
{
color: #8DAFDF;
}
</style>
background-color css
<style>
a { background-color: #8DAFDF; }
a { background-color: rgb(141,175,223); }
div.DivClassName
{
background-color: #8DAFDF;
}
.BgClassName
{
background-color: #8DAFDF;
}
</style>
border-color css
<style>
span { border-color: #8DAFDF; }
span { border-color: rgb(141,175,223); }
td.TdClassName
{
border-color: #8DAFDF;
}
.TagClassName
{
border-color: #8DAFDF;
}
</style>