Shades of Jordy Blue #8CAEDF
Tints of Jordy Blue #8CAEDF
RGB
CMYK
RGB Variations
Color information
#8CAEDF (or 0x8CAEDF) is known color: Jordy Blue. HEX triplet: 8C, AE and DF. RGB value is (140,174,223). Sum of RGB (Red+Green+Blue) = 140+174+223=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEDF is #735120. Grayscale: #A9A9A9. Windows color (decimal): -7557409 or 14659212. OLE color: 14659212.
HSL color Cylindrical-coordinate representation of color #8CAEDF: hue angle of 215.42º degrees, saturation: 0.56, 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 #8CAEDF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 174 | 223 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.13 |
| HSL | 215.42º | 0.56% | 0.71% | - |
| HSV(B) | 215.42º | 0.37% | 0.87% | - |
| XYZ | 39.27 | 41.18 | 75.69 | - |
| YUV | 169.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 223 | 0.37 | 0.22 | 0 | 0.13 | 215.42 | 0.56 | 0.71 |
| Hex | 8C | AE | DF | 25 | 16 | 0 | D | D7 | 38 | 47 |
| Octal | 214 | 256 | 337 | 45 | 26 | 0 | 15 | 327 | 70 | 107 |
| Binary | 10001100 | 10101110 | 11011111 | 100101 | 10110 | 0 | 1101 | 11010111 | 111000 | 1000111 |
Color Harmonies of #8CAEDF
Complementary color
Monochromatic Colors of #8CAEDF
Black with #8CAEDF
Text Example
Text Example
White with #8CAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEDF; }
p { color: rgb(140,174,223); }
H1.HeaderClassName
{
color: #8CAEDF;
}
.AnyTagClassName
{
color: #8CAEDF;
}
</style>
background-color css
<style>
a { background-color: #8CAEDF; }
a { background-color: rgb(140,174,223); }
div.DivClassName
{
background-color: #8CAEDF;
}
.BgClassName
{
background-color: #8CAEDF;
}
</style>
border-color css
<style>
span { border-color: #8CAEDF; }
span { border-color: rgb(140,174,223); }
td.TdClassName
{
border-color: #8CAEDF;
}
.TagClassName
{
border-color: #8CAEDF;
}
</style>