Shades of Jordy Blue #8DACEC
Tints of Jordy Blue #8DACEC
RGB
CMYK
RGB Variations
Color information
#8DACEC (or 0x8DACEC) is known color: Jordy Blue. HEX triplet: 8D, AC and EC. RGB value is (141,172,236). Sum of RGB (Red+Green+Blue) = 141+172+236=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACEC is #725313. Grayscale: #A9A9A9. Windows color (decimal): -7492372 or 15510669. OLE color: 15510669.
HSL color Cylindrical-coordinate representation of color #8DACEC: hue angle of 220.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DACEC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 172 | 236 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.07 |
| HSL | 220.42º | 0.71% | 0.74% | - |
| HSV(B) | 220.42º | 0.4% | 0.93% | - |
| XYZ | 40.88 | 41.22 | 85.16 | - |
| YUV | 170.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 236 | 0.40 | 0.27 | 0 | 0.07 | 220.42 | 0.71 | 0.74 |
| Hex | 8D | AC | EC | 28 | 1B | 0 | 7 | DC | 47 | 4A |
| Octal | 215 | 254 | 354 | 50 | 33 | 0 | 7 | 334 | 107 | 112 |
| Binary | 10001101 | 10101100 | 11101100 | 101000 | 11011 | 0 | 111 | 11011100 | 1000111 | 1001010 |
Color Harmonies of #8DACEC
Complementary color
Monochromatic Colors of #8DACEC
Black with #8DACEC
Text Example
Text Example
White with #8DACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACEC; }
p { color: rgb(141,172,236); }
H1.HeaderClassName
{
color: #8DACEC;
}
.AnyTagClassName
{
color: #8DACEC;
}
</style>
background-color css
<style>
a { background-color: #8DACEC; }
a { background-color: rgb(141,172,236); }
div.DivClassName
{
background-color: #8DACEC;
}
.BgClassName
{
background-color: #8DACEC;
}
</style>
border-color css
<style>
span { border-color: #8DACEC; }
span { border-color: rgb(141,172,236); }
td.TdClassName
{
border-color: #8DACEC;
}
.TagClassName
{
border-color: #8DACEC;
}
</style>