Shades of Jordy Blue #8CA8E0
Tints of Jordy Blue #8CA8E0
RGB
CMYK
RGB Variations
Color information
#8CA8E0 (or 0x8CA8E0) is known color: Jordy Blue. HEX triplet: 8C, A8 and E0. RGB value is (140,168,224). Sum of RGB (Red+Green+Blue) = 140+168+224=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CA8E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8E0 is #73571F. Grayscale: #A5A5A5. Windows color (decimal): -7558944 or 14723212. OLE color: 14723212.
HSL color Cylindrical-coordinate representation of color #8CA8E0: hue angle of 220º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA8E0 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 168 | 224 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.12 |
| HSL | 220º | 0.58% | 0.71% | - |
| HSV(B) | 220º | 0.38% | 0.88% | - |
| XYZ | 38.27 | 38.96 | 76.02 | - |
| YUV | 166.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 224 | 0.38 | 0.25 | 0 | 0.12 | 220 | 0.58 | 0.71 |
| Hex | 8C | A8 | E0 | 26 | 19 | 0 | C | DC | 3A | 47 |
| Octal | 214 | 250 | 340 | 46 | 31 | 0 | 14 | 334 | 72 | 107 |
| Binary | 10001100 | 10101000 | 11100000 | 100110 | 11001 | 0 | 1100 | 11011100 | 111010 | 1000111 |
Color Harmonies of #8CA8E0
Complementary color
Monochromatic Colors of #8CA8E0
Black with #8CA8E0
Text Example
Text Example
White with #8CA8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8E0; }
p { color: rgb(140,168,224); }
H1.HeaderClassName
{
color: #8CA8E0;
}
.AnyTagClassName
{
color: #8CA8E0;
}
</style>
background-color css
<style>
a { background-color: #8CA8E0; }
a { background-color: rgb(140,168,224); }
div.DivClassName
{
background-color: #8CA8E0;
}
.BgClassName
{
background-color: #8CA8E0;
}
</style>
border-color css
<style>
span { border-color: #8CA8E0; }
span { border-color: rgb(140,168,224); }
td.TdClassName
{
border-color: #8CA8E0;
}
.TagClassName
{
border-color: #8CA8E0;
}
</style>