Shades of Wild Blue Yonder #718ECC
Tints of Wild Blue Yonder #718ECC
RGB
CMYK
RGB Variations
Color information
#718ECC (or 0x718ECC) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and CC. RGB value is (113,142,204). Sum of RGB (Red+Green+Blue) = 113+142+204=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #718ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ECC is #8E7133. Grayscale: #8C8C8C. Windows color (decimal): -9335092 or 13405809. OLE color: 13405809.
HSL color Cylindrical-coordinate representation of color #718ECC: hue angle of 220.88º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ECC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 142 | 204 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.2 |
| HSL | 220.88º | 0.47% | 0.62% | - |
| HSV(B) | 220.88º | 0.45% | 0.8% | - |
| XYZ | 27.38 | 27.22 | 60.94 | - |
| YUV | 140.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 204 | 0.45 | 0.30 | 0 | 0.2 | 220.88 | 0.47 | 0.62 |
| Hex | 71 | 8E | CC | 2D | 1E | 0 | 14 | DD | 2F | 3E |
| Octal | 161 | 216 | 314 | 55 | 36 | 0 | 24 | 335 | 57 | 76 |
| Binary | 1110001 | 10001110 | 11001100 | 101101 | 11110 | 0 | 10100 | 11011101 | 101111 | 111110 |
Color Harmonies of #718ECC
Complementary color
Monochromatic Colors of #718ECC
Black with #718ECC
Text Example
Text Example
White with #718ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ECC; }
p { color: rgb(113,142,204); }
H1.HeaderClassName
{
color: #718ECC;
}
.AnyTagClassName
{
color: #718ECC;
}
</style>
background-color css
<style>
a { background-color: #718ECC; }
a { background-color: rgb(113,142,204); }
div.DivClassName
{
background-color: #718ECC;
}
.BgClassName
{
background-color: #718ECC;
}
</style>
border-color css
<style>
span { border-color: #718ECC; }
span { border-color: rgb(113,142,204); }
td.TdClassName
{
border-color: #718ECC;
}
.TagClassName
{
border-color: #718ECC;
}
</style>