Shades of Jordy Blue #8CACFF
Tints of Jordy Blue #8CACFF
RGB
CMYK
RGB Variations
Color information
#8CACFF (or 0x8CACFF) is known color: Jordy Blue. HEX triplet: 8C, AC and FF. RGB value is (140,172,255). Sum of RGB (Red+Green+Blue) = 140+172+255=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACFF is #735300. Grayscale: #ABABAB. Windows color (decimal): -7557889 or 16755852. OLE color: 16755852.
HSL color Cylindrical-coordinate representation of color #8CACFF: hue angle of 223.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CACFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 172 | 255 | - |
| CMYK | 0.45 | 0.33 | 0 | 0 |
| HSL | 223.3º | 1% | 0.77% | - |
| HSV(B) | 223.3º | 0.45% | 1% | - |
| XYZ | 43.62 | 42.3 | 100.47 | - |
| YUV | 171.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 255 | 0.45 | 0.33 | 0 | 0 | 223.3 | 1 | 0.77 |
| Hex | 8C | AC | FF | 2D | 21 | 0 | 0 | DF | 64 | 4D |
| Octal | 214 | 254 | 377 | 55 | 41 | 0 | 0 | 337 | 144 | 115 |
| Binary | 10001100 | 10101100 | 11111111 | 101101 | 100001 | 0 | 0 | 11011111 | 1100100 | 1001101 |
Color Harmonies of #8CACFF
Complementary color
Monochromatic Colors of #8CACFF
Black with #8CACFF
Text Example
Text Example
White with #8CACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACFF; }
p { color: rgb(140,172,255); }
H1.HeaderClassName
{
color: #8CACFF;
}
.AnyTagClassName
{
color: #8CACFF;
}
</style>
background-color css
<style>
a { background-color: #8CACFF; }
a { background-color: rgb(140,172,255); }
div.DivClassName
{
background-color: #8CACFF;
}
.BgClassName
{
background-color: #8CACFF;
}
</style>
border-color css
<style>
span { border-color: #8CACFF; }
span { border-color: rgb(140,172,255); }
td.TdClassName
{
border-color: #8CACFF;
}
.TagClassName
{
border-color: #8CACFF;
}
</style>