Shades of Jordy Blue #8DACEA
Tints of Jordy Blue #8DACEA
RGB
CMYK
RGB Variations
Color information
#8DACEA (or 0x8DACEA) is known color: Jordy Blue. HEX triplet: 8D, AC and EA. RGB value is (141,172,234). Sum of RGB (Red+Green+Blue) = 141+172+234=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACEA is #725315. Grayscale: #A9A9A9. Windows color (decimal): -7492374 or 15379597. OLE color: 15379597.
HSL color Cylindrical-coordinate representation of color #8DACEA: hue angle of 220º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DACEA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 172 | 234 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.08 |
| HSL | 220º | 0.69% | 0.74% | - |
| HSV(B) | 220º | 0.4% | 0.92% | - |
| XYZ | 40.59 | 41.11 | 83.64 | - |
| YUV | 169.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 234 | 0.40 | 0.26 | 0 | 0.08 | 220 | 0.69 | 0.74 |
| Hex | 8D | AC | EA | 28 | 1A | 0 | 8 | DC | 45 | 4A |
| Octal | 215 | 254 | 352 | 50 | 32 | 0 | 10 | 334 | 105 | 112 |
| Binary | 10001101 | 10101100 | 11101010 | 101000 | 11010 | 0 | 1000 | 11011100 | 1000101 | 1001010 |
Color Harmonies of #8DACEA
Complementary color
Monochromatic Colors of #8DACEA
Black with #8DACEA
Text Example
Text Example
White with #8DACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACEA; }
p { color: rgb(141,172,234); }
H1.HeaderClassName
{
color: #8DACEA;
}
.AnyTagClassName
{
color: #8DACEA;
}
</style>
background-color css
<style>
a { background-color: #8DACEA; }
a { background-color: rgb(141,172,234); }
div.DivClassName
{
background-color: #8DACEA;
}
.BgClassName
{
background-color: #8DACEA;
}
</style>
border-color css
<style>
span { border-color: #8DACEA; }
span { border-color: rgb(141,172,234); }
td.TdClassName
{
border-color: #8DACEA;
}
.TagClassName
{
border-color: #8DACEA;
}
</style>