Shades of Jordy Blue #8CACEF
Tints of Jordy Blue #8CACEF
RGB
CMYK
RGB Variations
Color information
#8CACEF (or 0x8CACEF) is known color: Jordy Blue. HEX triplet: 8C, AC and EF. RGB value is (140,172,239). Sum of RGB (Red+Green+Blue) = 140+172+239=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACEF is #735310. Grayscale: #A9A9A9. Windows color (decimal): -7557905 or 15707276. OLE color: 15707276.
HSL color Cylindrical-coordinate representation of color #8CACEF: hue angle of 220.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CACEF is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 172 | 239 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.06 |
| HSL | 220.61º | 0.76% | 0.74% | - |
| HSV(B) | 220.61º | 0.41% | 0.94% | - |
| XYZ | 41.15 | 41.31 | 87.47 | - |
| YUV | 170.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 239 | 0.41 | 0.28 | 0 | 0.06 | 220.61 | 0.76 | 0.74 |
| Hex | 8C | AC | EF | 29 | 1C | 0 | 6 | DD | 4C | 4A |
| Octal | 214 | 254 | 357 | 51 | 34 | 0 | 6 | 335 | 114 | 112 |
| Binary | 10001100 | 10101100 | 11101111 | 101001 | 11100 | 0 | 110 | 11011101 | 1001100 | 1001010 |
Color Harmonies of #8CACEF
Complementary color
Monochromatic Colors of #8CACEF
Black with #8CACEF
Text Example
Text Example
White with #8CACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACEF; }
p { color: rgb(140,172,239); }
H1.HeaderClassName
{
color: #8CACEF;
}
.AnyTagClassName
{
color: #8CACEF;
}
</style>
background-color css
<style>
a { background-color: #8CACEF; }
a { background-color: rgb(140,172,239); }
div.DivClassName
{
background-color: #8CACEF;
}
.BgClassName
{
background-color: #8CACEF;
}
</style>
border-color css
<style>
span { border-color: #8CACEF; }
span { border-color: rgb(140,172,239); }
td.TdClassName
{
border-color: #8CACEF;
}
.TagClassName
{
border-color: #8CACEF;
}
</style>