Shades of Jordy Blue #8CAAE1
Tints of Jordy Blue #8CAAE1
RGB
CMYK
RGB Variations
Color information
#8CAAE1 (or 0x8CAAE1) is known color: Jordy Blue. HEX triplet: 8C, AA and E1. RGB value is (140,170,225). Sum of RGB (Red+Green+Blue) = 140+170+225=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAAE1 is #73551E. Grayscale: #A7A7A7. Windows color (decimal): -7558431 or 14789260. OLE color: 14789260.
HSL color Cylindrical-coordinate representation of color #8CAAE1: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAAE1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 170 | 225 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.12 |
| HSL | 218.82º | 0.59% | 0.72% | - |
| HSV(B) | 218.82º | 0.38% | 0.88% | - |
| XYZ | 38.78 | 39.76 | 76.86 | - |
| YUV | 167.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 225 | 0.38 | 0.24 | 0 | 0.12 | 218.82 | 0.59 | 0.72 |
| Hex | 8C | AA | E1 | 26 | 18 | 0 | C | DB | 3B | 48 |
| Octal | 214 | 252 | 341 | 46 | 30 | 0 | 14 | 333 | 73 | 110 |
| Binary | 10001100 | 10101010 | 11100001 | 100110 | 11000 | 0 | 1100 | 11011011 | 111011 | 1001000 |
Color Harmonies of #8CAAE1
Complementary color
Monochromatic Colors of #8CAAE1
Black with #8CAAE1
Text Example
Text Example
White with #8CAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAE1; }
p { color: rgb(140,170,225); }
H1.HeaderClassName
{
color: #8CAAE1;
}
.AnyTagClassName
{
color: #8CAAE1;
}
</style>
background-color css
<style>
a { background-color: #8CAAE1; }
a { background-color: rgb(140,170,225); }
div.DivClassName
{
background-color: #8CAAE1;
}
.BgClassName
{
background-color: #8CAAE1;
}
</style>
border-color css
<style>
span { border-color: #8CAAE1; }
span { border-color: rgb(140,170,225); }
td.TdClassName
{
border-color: #8CAAE1;
}
.TagClassName
{
border-color: #8CAAE1;
}
</style>