Shades of Wild Blue Yonder #708ECC
Tints of Wild Blue Yonder #708ECC
RGB
CMYK
RGB Variations
Color information
#708ECC (or 0x708ECC) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and CC. RGB value is (112,142,204). Sum of RGB (Red+Green+Blue) = 112+142+204=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #708ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECC is #8F7133. Grayscale: #8B8B8B. Windows color (decimal): -9400628 or 13405808. OLE color: 13405808.
HSL color Cylindrical-coordinate representation of color #708ECC: hue angle of 220.43º 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 #708ECC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 142 | 204 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.2 |
| HSL | 220.43º | 0.47% | 0.62% | - |
| HSV(B) | 220.43º | 0.45% | 0.8% | - |
| XYZ | 27.25 | 27.15 | 60.93 | - |
| YUV | 140.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 204 | 0.45 | 0.30 | 0 | 0.2 | 220.43 | 0.47 | 0.62 |
| Hex | 70 | 8E | CC | 2D | 1E | 0 | 14 | DC | 2F | 3E |
| Octal | 160 | 216 | 314 | 55 | 36 | 0 | 24 | 334 | 57 | 76 |
| Binary | 1110000 | 10001110 | 11001100 | 101101 | 11110 | 0 | 10100 | 11011100 | 101111 | 111110 |
Color Harmonies of #708ECC
Complementary color
Monochromatic Colors of #708ECC
Black with #708ECC
Text Example
Text Example
White with #708ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ECC; }
p { color: rgb(112,142,204); }
H1.HeaderClassName
{
color: #708ECC;
}
.AnyTagClassName
{
color: #708ECC;
}
</style>
background-color css
<style>
a { background-color: #708ECC; }
a { background-color: rgb(112,142,204); }
div.DivClassName
{
background-color: #708ECC;
}
.BgClassName
{
background-color: #708ECC;
}
</style>
border-color css
<style>
span { border-color: #708ECC; }
span { border-color: rgb(112,142,204); }
td.TdClassName
{
border-color: #708ECC;
}
.TagClassName
{
border-color: #708ECC;
}
</style>