Shades of Jordy Blue #8DACEB
Tints of Jordy Blue #8DACEB
RGB
CMYK
RGB Variations
Color information
#8DACEB (or 0x8DACEB) is known color: Jordy Blue. HEX triplet: 8D, AC and EB. RGB value is (141,172,235). Sum of RGB (Red+Green+Blue) = 141+172+235=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACEB is #725314. Grayscale: #A9A9A9. Windows color (decimal): -7492373 or 15445133. OLE color: 15445133.
HSL color Cylindrical-coordinate representation of color #8DACEB: hue angle of 220.21º degrees, saturation: 0.7, 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 #8DACEB is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 172 | 235 | - |
| CMYK | 0.4 | 0.27 | 0 | 0.08 |
| HSL | 220.21º | 0.7% | 0.74% | - |
| HSV(B) | 220.21º | 0.4% | 0.92% | - |
| XYZ | 40.73 | 41.17 | 84.4 | - |
| YUV | 169.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 235 | 0.4 | 0.27 | 0 | 0.08 | 220.21 | 0.7 | 0.74 |
| Hex | 8D | AC | EB | 28 | 1B | 0 | 8 | DC | 46 | 4A |
| Octal | 215 | 254 | 353 | 50 | 33 | 0 | 10 | 334 | 106 | 112 |
| Binary | 10001101 | 10101100 | 11101011 | 101000 | 11011 | 0 | 1000 | 11011100 | 1000110 | 1001010 |
Color Harmonies of #8DACEB
Complementary color
Monochromatic Colors of #8DACEB
Black with #8DACEB
Text Example
Text Example
White with #8DACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACEB; }
p { color: rgb(141,172,235); }
H1.HeaderClassName
{
color: #8DACEB;
}
.AnyTagClassName
{
color: #8DACEB;
}
</style>
background-color css
<style>
a { background-color: #8DACEB; }
a { background-color: rgb(141,172,235); }
div.DivClassName
{
background-color: #8DACEB;
}
.BgClassName
{
background-color: #8DACEB;
}
</style>
border-color css
<style>
span { border-color: #8DACEB; }
span { border-color: rgb(141,172,235); }
td.TdClassName
{
border-color: #8DACEB;
}
.TagClassName
{
border-color: #8DACEB;
}
</style>