Shades of Jordy Blue #8CB3DD
Tints of Jordy Blue #8CB3DD
RGB
CMYK
RGB Variations
Color information
#8CB3DD (or 0x8CB3DD) is known color: Jordy Blue. HEX triplet: 8C, B3 and DD. RGB value is (140,179,221). Sum of RGB (Red+Green+Blue) = 140+179+221=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB3DD is #734C22. Grayscale: #ABABAB. Windows color (decimal): -7556131 or 14529420. OLE color: 14529420.
HSL color Cylindrical-coordinate representation of color #8CB3DD: hue angle of 211.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB3DD is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 179 | 221 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.13 |
| HSL | 211.11º | 0.54% | 0.71% | - |
| HSV(B) | 211.11º | 0.37% | 0.87% | - |
| XYZ | 39.99 | 43.04 | 74.61 | - |
| YUV | 172.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 221 | 0.37 | 0.19 | 0 | 0.13 | 211.11 | 0.54 | 0.71 |
| Hex | 8C | B3 | DD | 25 | 13 | 0 | D | D3 | 36 | 47 |
| Octal | 214 | 263 | 335 | 45 | 23 | 0 | 15 | 323 | 66 | 107 |
| Binary | 10001100 | 10110011 | 11011101 | 100101 | 10011 | 0 | 1101 | 11010011 | 110110 | 1000111 |
Color Harmonies of #8CB3DD
Complementary color
Monochromatic Colors of #8CB3DD
Black with #8CB3DD
Text Example
Text Example
White with #8CB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB3DD; }
p { color: rgb(140,179,221); }
H1.HeaderClassName
{
color: #8CB3DD;
}
.AnyTagClassName
{
color: #8CB3DD;
}
</style>
background-color css
<style>
a { background-color: #8CB3DD; }
a { background-color: rgb(140,179,221); }
div.DivClassName
{
background-color: #8CB3DD;
}
.BgClassName
{
background-color: #8CB3DD;
}
</style>
border-color css
<style>
span { border-color: #8CB3DD; }
span { border-color: rgb(140,179,221); }
td.TdClassName
{
border-color: #8CB3DD;
}
.TagClassName
{
border-color: #8CB3DD;
}
</style>