Shades of Jordy Blue #8CB8DC
Tints of Jordy Blue #8CB8DC
RGB
CMYK
RGB Variations
Color information
#8CB8DC (or 0x8CB8DC) is known color: Jordy Blue. HEX triplet: 8C, B8 and DC. RGB value is (140,184,220). Sum of RGB (Red+Green+Blue) = 140+184+220=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8DC is #734723. Grayscale: #AEAEAE. Windows color (decimal): -7554852 or 14465164. OLE color: 14465164.
HSL color Cylindrical-coordinate representation of color #8CB8DC: hue angle of 207º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB8DC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 184 | 220 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.14 |
| HSL | 207º | 0.53% | 0.71% | - |
| HSV(B) | 207º | 0.36% | 0.86% | - |
| XYZ | 40.87 | 45.02 | 74.25 | - |
| YUV | 174.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 220 | 0.36 | 0.16 | 0 | 0.14 | 207 | 0.53 | 0.71 |
| Hex | 8C | B8 | DC | 24 | 10 | 0 | E | CF | 35 | 47 |
| Octal | 214 | 270 | 334 | 44 | 20 | 0 | 16 | 317 | 65 | 107 |
| Binary | 10001100 | 10111000 | 11011100 | 100100 | 10000 | 0 | 1110 | 11001111 | 110101 | 1000111 |
Color Harmonies of #8CB8DC
Complementary color
Monochromatic Colors of #8CB8DC
Black with #8CB8DC
Text Example
Text Example
White with #8CB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8DC; }
p { color: rgb(140,184,220); }
H1.HeaderClassName
{
color: #8CB8DC;
}
.AnyTagClassName
{
color: #8CB8DC;
}
</style>
background-color css
<style>
a { background-color: #8CB8DC; }
a { background-color: rgb(140,184,220); }
div.DivClassName
{
background-color: #8CB8DC;
}
.BgClassName
{
background-color: #8CB8DC;
}
</style>
border-color css
<style>
span { border-color: #8CB8DC; }
span { border-color: rgb(140,184,220); }
td.TdClassName
{
border-color: #8CB8DC;
}
.TagClassName
{
border-color: #8CB8DC;
}
</style>