Shades of Jordy Blue #8CADE6
Tints of Jordy Blue #8CADE6
RGB
CMYK
RGB Variations
Color information
#8CADE6 (or 0x8CADE6) is known color: Jordy Blue. HEX triplet: 8C, AD and E6. RGB value is (140,173,230). Sum of RGB (Red+Green+Blue) = 140+173+230=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #8CADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CADE6 is #735219. Grayscale: #A9A9A9. Windows color (decimal): -7557658 or 15117708. OLE color: 15117708.
HSL color Cylindrical-coordinate representation of color #8CADE6: hue angle of 218º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CADE6 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 173 | 230 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.10 |
| HSL | 218º | 0.64% | 0.73% | - |
| HSV(B) | 218º | 0.39% | 0.9% | - |
| XYZ | 40.04 | 41.18 | 80.7 | - |
| YUV | 169.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 230 | 0.39 | 0.25 | 0 | 0.10 | 218 | 0.64 | 0.73 |
| Hex | 8C | AD | E6 | 27 | 19 | 0 | A | DA | 40 | 49 |
| Octal | 214 | 255 | 346 | 47 | 31 | 0 | 12 | 332 | 100 | 111 |
| Binary | 10001100 | 10101101 | 11100110 | 100111 | 11001 | 0 | 1010 | 11011010 | 1000000 | 1001001 |
Color Harmonies of #8CADE6
Complementary color
Monochromatic Colors of #8CADE6
Black with #8CADE6
Text Example
Text Example
White with #8CADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADE6; }
p { color: rgb(140,173,230); }
H1.HeaderClassName
{
color: #8CADE6;
}
.AnyTagClassName
{
color: #8CADE6;
}
</style>
background-color css
<style>
a { background-color: #8CADE6; }
a { background-color: rgb(140,173,230); }
div.DivClassName
{
background-color: #8CADE6;
}
.BgClassName
{
background-color: #8CADE6;
}
</style>
border-color css
<style>
span { border-color: #8CADE6; }
span { border-color: rgb(140,173,230); }
td.TdClassName
{
border-color: #8CADE6;
}
.TagClassName
{
border-color: #8CADE6;
}
</style>