Shades of Jordy Blue #8CAFE0
Tints of Jordy Blue #8CAFE0
RGB
CMYK
RGB Variations
Color information
#8CAFE0 (or 0x8CAFE0) is known color: Jordy Blue. HEX triplet: 8C, AF and E0. RGB value is (140,175,224). Sum of RGB (Red+Green+Blue) = 140+175+224=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFE0 is #73501F. Grayscale: #A9A9A9. Windows color (decimal): -7557152 or 14725004. OLE color: 14725004.
HSL color Cylindrical-coordinate representation of color #8CAFE0: hue angle of 215º 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 #8CAFE0 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 175 | 224 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.12 |
| HSL | 215º | 0.58% | 0.71% | - |
| HSV(B) | 215º | 0.38% | 0.88% | - |
| XYZ | 39.6 | 41.62 | 76.47 | - |
| YUV | 170.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 224 | 0.38 | 0.22 | 0 | 0.12 | 215 | 0.58 | 0.71 |
| Hex | 8C | AF | E0 | 26 | 16 | 0 | C | D7 | 3A | 47 |
| Octal | 214 | 257 | 340 | 46 | 26 | 0 | 14 | 327 | 72 | 107 |
| Binary | 10001100 | 10101111 | 11100000 | 100110 | 10110 | 0 | 1100 | 11010111 | 111010 | 1000111 |
Color Harmonies of #8CAFE0
Complementary color
Monochromatic Colors of #8CAFE0
Black with #8CAFE0
Text Example
Text Example
White with #8CAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFE0; }
p { color: rgb(140,175,224); }
H1.HeaderClassName
{
color: #8CAFE0;
}
.AnyTagClassName
{
color: #8CAFE0;
}
</style>
background-color css
<style>
a { background-color: #8CAFE0; }
a { background-color: rgb(140,175,224); }
div.DivClassName
{
background-color: #8CAFE0;
}
.BgClassName
{
background-color: #8CAFE0;
}
</style>
border-color css
<style>
span { border-color: #8CAFE0; }
span { border-color: rgb(140,175,224); }
td.TdClassName
{
border-color: #8CAFE0;
}
.TagClassName
{
border-color: #8CAFE0;
}
</style>