Shades of Jordy Blue #8CACEE
Tints of Jordy Blue #8CACEE
RGB
CMYK
RGB Variations
Color information
#8CACEE (or 0x8CACEE) is known color: Jordy Blue. HEX triplet: 8C, AC and EE. RGB value is (140,172,238). Sum of RGB (Red+Green+Blue) = 140+172+238=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACEE is #735311. Grayscale: #A9A9A9. Windows color (decimal): -7557906 or 15641740. OLE color: 15641740.
HSL color Cylindrical-coordinate representation of color #8CACEE: hue angle of 220.41º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CACEE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 172 | 238 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 220.41º | 0.74% | 0.74% | - |
| HSV(B) | 220.41º | 0.41% | 0.93% | - |
| XYZ | 41 | 41.25 | 86.69 | - |
| YUV | 169.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 238 | 0.41 | 0.28 | 0 | 0.07 | 220.41 | 0.74 | 0.74 |
| Hex | 8C | AC | EE | 29 | 1C | 0 | 7 | DC | 4A | 4A |
| Octal | 214 | 254 | 356 | 51 | 34 | 0 | 7 | 334 | 112 | 112 |
| Binary | 10001100 | 10101100 | 11101110 | 101001 | 11100 | 0 | 111 | 11011100 | 1001010 | 1001010 |
Color Harmonies of #8CACEE
Complementary color
Monochromatic Colors of #8CACEE
Black with #8CACEE
Text Example
Text Example
White with #8CACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACEE; }
p { color: rgb(140,172,238); }
H1.HeaderClassName
{
color: #8CACEE;
}
.AnyTagClassName
{
color: #8CACEE;
}
</style>
background-color css
<style>
a { background-color: #8CACEE; }
a { background-color: rgb(140,172,238); }
div.DivClassName
{
background-color: #8CACEE;
}
.BgClassName
{
background-color: #8CACEE;
}
</style>
border-color css
<style>
span { border-color: #8CACEE; }
span { border-color: rgb(140,172,238); }
td.TdClassName
{
border-color: #8CACEE;
}
.TagClassName
{
border-color: #8CACEE;
}
</style>