Shades of Jordy Blue #8CACDF
Tints of Jordy Blue #8CACDF
RGB
CMYK
RGB Variations
Color information
#8CACDF (or 0x8CACDF) is known color: Jordy Blue. HEX triplet: 8C, AC and DF. RGB value is (140,172,223). Sum of RGB (Red+Green+Blue) = 140+172+223=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACDF is #735320. Grayscale: #A8A8A8. Windows color (decimal): -7557921 or 14658700. OLE color: 14658700.
HSL color Cylindrical-coordinate representation of color #8CACDF: hue angle of 216.87º 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 #8CACDF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 172 | 223 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.13 |
| HSL | 216.87º | 0.56% | 0.71% | - |
| HSV(B) | 216.87º | 0.37% | 0.87% | - |
| XYZ | 38.89 | 40.41 | 75.56 | - |
| YUV | 168.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 223 | 0.37 | 0.23 | 0 | 0.13 | 216.87 | 0.56 | 0.71 |
| Hex | 8C | AC | DF | 25 | 17 | 0 | D | D9 | 38 | 47 |
| Octal | 214 | 254 | 337 | 45 | 27 | 0 | 15 | 331 | 70 | 107 |
| Binary | 10001100 | 10101100 | 11011111 | 100101 | 10111 | 0 | 1101 | 11011001 | 111000 | 1000111 |
Color Harmonies of #8CACDF
Complementary color
Monochromatic Colors of #8CACDF
Black with #8CACDF
Text Example
Text Example
White with #8CACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACDF; }
p { color: rgb(140,172,223); }
H1.HeaderClassName
{
color: #8CACDF;
}
.AnyTagClassName
{
color: #8CACDF;
}
</style>
background-color css
<style>
a { background-color: #8CACDF; }
a { background-color: rgb(140,172,223); }
div.DivClassName
{
background-color: #8CACDF;
}
.BgClassName
{
background-color: #8CACDF;
}
</style>
border-color css
<style>
span { border-color: #8CACDF; }
span { border-color: rgb(140,172,223); }
td.TdClassName
{
border-color: #8CACDF;
}
.TagClassName
{
border-color: #8CACDF;
}
</style>