Shades of Jordy Blue #8CACEA
Tints of Jordy Blue #8CACEA
RGB
CMYK
RGB Variations
Color information
#8CACEA (or 0x8CACEA) is known color: Jordy Blue. HEX triplet: 8C, AC and EA. RGB value is (140,172,234). Sum of RGB (Red+Green+Blue) = 140+172+234=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACEA is #735315. Grayscale: #A9A9A9. Windows color (decimal): -7557910 or 15379596. OLE color: 15379596.
HSL color Cylindrical-coordinate representation of color #8CACEA: hue angle of 219.57º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CACEA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 172 | 234 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.08 |
| HSL | 219.57º | 0.69% | 0.73% | - |
| HSV(B) | 219.57º | 0.4% | 0.92% | - |
| XYZ | 40.42 | 41.02 | 83.63 | - |
| YUV | 169.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 234 | 0.40 | 0.26 | 0 | 0.08 | 219.57 | 0.69 | 0.73 |
| Hex | 8C | AC | EA | 28 | 1A | 0 | 8 | DC | 45 | 49 |
| Octal | 214 | 254 | 352 | 50 | 32 | 0 | 10 | 334 | 105 | 111 |
| Binary | 10001100 | 10101100 | 11101010 | 101000 | 11010 | 0 | 1000 | 11011100 | 1000101 | 1001001 |
Color Harmonies of #8CACEA
Complementary color
Monochromatic Colors of #8CACEA
Black with #8CACEA
Text Example
Text Example
White with #8CACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACEA; }
p { color: rgb(140,172,234); }
H1.HeaderClassName
{
color: #8CACEA;
}
.AnyTagClassName
{
color: #8CACEA;
}
</style>
background-color css
<style>
a { background-color: #8CACEA; }
a { background-color: rgb(140,172,234); }
div.DivClassName
{
background-color: #8CACEA;
}
.BgClassName
{
background-color: #8CACEA;
}
</style>
border-color css
<style>
span { border-color: #8CACEA; }
span { border-color: rgb(140,172,234); }
td.TdClassName
{
border-color: #8CACEA;
}
.TagClassName
{
border-color: #8CACEA;
}
</style>