Shades of Jordy Blue #8CACF3
Tints of Jordy Blue #8CACF3
RGB
CMYK
RGB Variations
Color information
#8CACF3 (or 0x8CACF3) is known color: Jordy Blue. HEX triplet: 8C, AC and F3. RGB value is (140,172,243). Sum of RGB (Red+Green+Blue) = 140+172+243=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #8CACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACF3 is #73530C. Grayscale: #AAAAAA. Windows color (decimal): -7557901 or 15969420. OLE color: 15969420.
HSL color Cylindrical-coordinate representation of color #8CACF3: hue angle of 221.36º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CACF3 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 172 | 243 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.05 |
| HSL | 221.36º | 0.81% | 0.75% | - |
| HSV(B) | 221.36º | 0.42% | 0.95% | - |
| XYZ | 41.75 | 41.55 | 90.61 | - |
| YUV | 170.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 243 | 0.42 | 0.29 | 0 | 0.05 | 221.36 | 0.81 | 0.75 |
| Hex | 8C | AC | F3 | 2A | 1D | 0 | 5 | DD | 51 | 4B |
| Octal | 214 | 254 | 363 | 52 | 35 | 0 | 5 | 335 | 121 | 113 |
| Binary | 10001100 | 10101100 | 11110011 | 101010 | 11101 | 0 | 101 | 11011101 | 1010001 | 1001011 |
Color Harmonies of #8CACF3
Complementary color
Monochromatic Colors of #8CACF3
Black with #8CACF3
Text Example
Text Example
White with #8CACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACF3; }
p { color: rgb(140,172,243); }
H1.HeaderClassName
{
color: #8CACF3;
}
.AnyTagClassName
{
color: #8CACF3;
}
</style>
background-color css
<style>
a { background-color: #8CACF3; }
a { background-color: rgb(140,172,243); }
div.DivClassName
{
background-color: #8CACF3;
}
.BgClassName
{
background-color: #8CACF3;
}
</style>
border-color css
<style>
span { border-color: #8CACF3; }
span { border-color: rgb(140,172,243); }
td.TdClassName
{
border-color: #8CACF3;
}
.TagClassName
{
border-color: #8CACF3;
}
</style>