Shades of Jordy Blue #8CB8ED
Tints of Jordy Blue #8CB8ED
RGB
CMYK
RGB Variations
Color information
#8CB8ED (or 0x8CB8ED) is known color: Jordy Blue. HEX triplet: 8C, B8 and ED. RGB value is (140,184,237). Sum of RGB (Red+Green+Blue) = 140+184+237=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8ED is #734712. Grayscale: #B0B0B0. Windows color (decimal): -7554835 or 15579276. OLE color: 15579276.
HSL color Cylindrical-coordinate representation of color #8CB8ED: hue angle of 212.78º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB8ED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 184 | 237 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.07 |
| HSL | 212.78º | 0.73% | 0.74% | - |
| HSV(B) | 212.78º | 0.41% | 0.93% | - |
| XYZ | 43.24 | 45.97 | 86.71 | - |
| YUV | 176.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 237 | 0.41 | 0.22 | 0 | 0.07 | 212.78 | 0.73 | 0.74 |
| Hex | 8C | B8 | ED | 29 | 16 | 0 | 7 | D5 | 49 | 4A |
| Octal | 214 | 270 | 355 | 51 | 26 | 0 | 7 | 325 | 111 | 112 |
| Binary | 10001100 | 10111000 | 11101101 | 101001 | 10110 | 0 | 111 | 11010101 | 1001001 | 1001010 |
Color Harmonies of #8CB8ED
Complementary color
Monochromatic Colors of #8CB8ED
Black with #8CB8ED
Text Example
Text Example
White with #8CB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8ED; }
p { color: rgb(140,184,237); }
H1.HeaderClassName
{
color: #8CB8ED;
}
.AnyTagClassName
{
color: #8CB8ED;
}
</style>
background-color css
<style>
a { background-color: #8CB8ED; }
a { background-color: rgb(140,184,237); }
div.DivClassName
{
background-color: #8CB8ED;
}
.BgClassName
{
background-color: #8CB8ED;
}
</style>
border-color css
<style>
span { border-color: #8CB8ED; }
span { border-color: rgb(140,184,237); }
td.TdClassName
{
border-color: #8CB8ED;
}
.TagClassName
{
border-color: #8CB8ED;
}
</style>