Shades of Jordy Blue #8CAFEA
Tints of Jordy Blue #8CAFEA
RGB
CMYK
RGB Variations
Color information
#8CAFEA (or 0x8CAFEA) is known color: Jordy Blue. HEX triplet: 8C, AF and EA. RGB value is (140,175,234). Sum of RGB (Red+Green+Blue) = 140+175+234=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFEA is #735015. Grayscale: #AAAAAA. Windows color (decimal): -7557142 or 15380364. OLE color: 15380364.
HSL color Cylindrical-coordinate representation of color #8CAFEA: hue angle of 217.66º 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 #8CAFEA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 175 | 234 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.08 |
| HSL | 217.66º | 0.69% | 0.73% | - |
| HSV(B) | 217.66º | 0.4% | 0.92% | - |
| XYZ | 41 | 42.18 | 83.82 | - |
| YUV | 171.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 234 | 0.40 | 0.25 | 0 | 0.08 | 217.66 | 0.69 | 0.73 |
| Hex | 8C | AF | EA | 28 | 19 | 0 | 8 | DA | 45 | 49 |
| Octal | 214 | 257 | 352 | 50 | 31 | 0 | 10 | 332 | 105 | 111 |
| Binary | 10001100 | 10101111 | 11101010 | 101000 | 11001 | 0 | 1000 | 11011010 | 1000101 | 1001001 |
Color Harmonies of #8CAFEA
Complementary color
Monochromatic Colors of #8CAFEA
Black with #8CAFEA
Text Example
Text Example
White with #8CAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFEA; }
p { color: rgb(140,175,234); }
H1.HeaderClassName
{
color: #8CAFEA;
}
.AnyTagClassName
{
color: #8CAFEA;
}
</style>
background-color css
<style>
a { background-color: #8CAFEA; }
a { background-color: rgb(140,175,234); }
div.DivClassName
{
background-color: #8CAFEA;
}
.BgClassName
{
background-color: #8CAFEA;
}
</style>
border-color css
<style>
span { border-color: #8CAFEA; }
span { border-color: rgb(140,175,234); }
td.TdClassName
{
border-color: #8CAFEA;
}
.TagClassName
{
border-color: #8CAFEA;
}
</style>