Shades of Jordy Blue #8CB3E9
Tints of Jordy Blue #8CB3E9
RGB
CMYK
RGB Variations
Color information
#8CB3E9 (or 0x8CB3E9) is known color: Jordy Blue. HEX triplet: 8C, B3 and E9. RGB value is (140,179,233). Sum of RGB (Red+Green+Blue) = 140+179+233=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #8CB3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB3E9 is #734C16. Grayscale: #ADADAD. Windows color (decimal): -7556119 or 15315852. OLE color: 15315852.
HSL color Cylindrical-coordinate representation of color #8CB3E9: hue angle of 214.84º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB3E9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 179 | 233 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.09 |
| HSL | 214.84º | 0.68% | 0.73% | - |
| HSV(B) | 214.84º | 0.4% | 0.91% | - |
| XYZ | 41.64 | 43.7 | 83.33 | - |
| YUV | 173.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 233 | 0.40 | 0.23 | 0 | 0.09 | 214.84 | 0.68 | 0.73 |
| Hex | 8C | B3 | E9 | 28 | 17 | 0 | 9 | D7 | 44 | 49 |
| Octal | 214 | 263 | 351 | 50 | 27 | 0 | 11 | 327 | 104 | 111 |
| Binary | 10001100 | 10110011 | 11101001 | 101000 | 10111 | 0 | 1001 | 11010111 | 1000100 | 1001001 |
Color Harmonies of #8CB3E9
Complementary color
Monochromatic Colors of #8CB3E9
Black with #8CB3E9
Text Example
Text Example
White with #8CB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB3E9; }
p { color: rgb(140,179,233); }
H1.HeaderClassName
{
color: #8CB3E9;
}
.AnyTagClassName
{
color: #8CB3E9;
}
</style>
background-color css
<style>
a { background-color: #8CB3E9; }
a { background-color: rgb(140,179,233); }
div.DivClassName
{
background-color: #8CB3E9;
}
.BgClassName
{
background-color: #8CB3E9;
}
</style>
border-color css
<style>
span { border-color: #8CB3E9; }
span { border-color: rgb(140,179,233); }
td.TdClassName
{
border-color: #8CB3E9;
}
.TagClassName
{
border-color: #8CB3E9;
}
</style>