Shades of Jordy Blue #8CA8EA
Tints of Jordy Blue #8CA8EA
RGB
CMYK
RGB Variations
Color information
#8CA8EA (or 0x8CA8EA) is known color: Jordy Blue. HEX triplet: 8C, A8 and EA. RGB value is (140,168,234). Sum of RGB (Red+Green+Blue) = 140+168+234=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA8EA is #735715. Grayscale: #A6A6A6. Windows color (decimal): -7558934 or 15378572. OLE color: 15378572.
HSL color Cylindrical-coordinate representation of color #8CA8EA: hue angle of 222.13º 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 #8CA8EA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 168 | 234 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.08 |
| HSL | 222.13º | 0.69% | 0.73% | - |
| HSV(B) | 222.13º | 0.4% | 0.92% | - |
| XYZ | 39.67 | 39.52 | 83.38 | - |
| YUV | 167.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 234 | 0.40 | 0.28 | 0 | 0.08 | 222.13 | 0.69 | 0.73 |
| Hex | 8C | A8 | EA | 28 | 1C | 0 | 8 | DE | 45 | 49 |
| Octal | 214 | 250 | 352 | 50 | 34 | 0 | 10 | 336 | 105 | 111 |
| Binary | 10001100 | 10101000 | 11101010 | 101000 | 11100 | 0 | 1000 | 11011110 | 1000101 | 1001001 |
Color Harmonies of #8CA8EA
Complementary color
Monochromatic Colors of #8CA8EA
Black with #8CA8EA
Text Example
Text Example
White with #8CA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8EA; }
p { color: rgb(140,168,234); }
H1.HeaderClassName
{
color: #8CA8EA;
}
.AnyTagClassName
{
color: #8CA8EA;
}
</style>
background-color css
<style>
a { background-color: #8CA8EA; }
a { background-color: rgb(140,168,234); }
div.DivClassName
{
background-color: #8CA8EA;
}
.BgClassName
{
background-color: #8CA8EA;
}
</style>
border-color css
<style>
span { border-color: #8CA8EA; }
span { border-color: rgb(140,168,234); }
td.TdClassName
{
border-color: #8CA8EA;
}
.TagClassName
{
border-color: #8CA8EA;
}
</style>