Shades of Jordy Blue #8CB7EA
Tints of Jordy Blue #8CB7EA
RGB
CMYK
RGB Variations
Color information
#8CB7EA (or 0x8CB7EA) is known color: Jordy Blue. HEX triplet: 8C, B7 and EA. RGB value is (140,183,234). Sum of RGB (Red+Green+Blue) = 140+183+234=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB7EA is #734815. Grayscale: #AFAFAF. Windows color (decimal): -7555094 or 15382412. OLE color: 15382412.
HSL color Cylindrical-coordinate representation of color #8CB7EA: hue angle of 212.55º 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 #8CB7EA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 183 | 234 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.08 |
| HSL | 212.55º | 0.69% | 0.73% | - |
| HSV(B) | 212.55º | 0.4% | 0.92% | - |
| XYZ | 42.6 | 45.38 | 84.36 | - |
| YUV | 175.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 234 | 0.40 | 0.22 | 0 | 0.08 | 212.55 | 0.69 | 0.73 |
| Hex | 8C | B7 | EA | 28 | 16 | 0 | 8 | D5 | 45 | 49 |
| Octal | 214 | 267 | 352 | 50 | 26 | 0 | 10 | 325 | 105 | 111 |
| Binary | 10001100 | 10110111 | 11101010 | 101000 | 10110 | 0 | 1000 | 11010101 | 1000101 | 1001001 |
Color Harmonies of #8CB7EA
Complementary color
Monochromatic Colors of #8CB7EA
Black with #8CB7EA
Text Example
Text Example
White with #8CB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB7EA; }
p { color: rgb(140,183,234); }
H1.HeaderClassName
{
color: #8CB7EA;
}
.AnyTagClassName
{
color: #8CB7EA;
}
</style>
background-color css
<style>
a { background-color: #8CB7EA; }
a { background-color: rgb(140,183,234); }
div.DivClassName
{
background-color: #8CB7EA;
}
.BgClassName
{
background-color: #8CB7EA;
}
</style>
border-color css
<style>
span { border-color: #8CB7EA; }
span { border-color: rgb(140,183,234); }
td.TdClassName
{
border-color: #8CB7EA;
}
.TagClassName
{
border-color: #8CB7EA;
}
</style>