Shades of Wild Blue Yonder #708FC6
Tints of Wild Blue Yonder #708FC6
RGB
CMYK
RGB Variations
Color information
#708FC6 (or 0x708FC6) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and C6. RGB value is (112,143,198). Sum of RGB (Red+Green+Blue) = 112+143+198=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #708FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FC6 is #8F7039. Grayscale: #8B8B8B. Windows color (decimal): -9400378 or 13012848. OLE color: 13012848.
HSL color Cylindrical-coordinate representation of color #708FC6: hue angle of 218.37º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708FC6 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 143 | 198 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.22 |
| HSL | 218.37º | 0.43% | 0.61% | - |
| HSV(B) | 218.37º | 0.43% | 0.78% | - |
| XYZ | 26.7 | 27.17 | 57.26 | - |
| YUV | 140 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 198 | 0.43 | 0.28 | 0 | 0.22 | 218.37 | 0.43 | 0.61 |
| Hex | 70 | 8F | C6 | 2B | 1C | 0 | 16 | DA | 2B | 3D |
| Octal | 160 | 217 | 306 | 53 | 34 | 0 | 26 | 332 | 53 | 75 |
| Binary | 1110000 | 10001111 | 11000110 | 101011 | 11100 | 0 | 10110 | 11011010 | 101011 | 111101 |
Color Harmonies of #708FC6
Complementary color
Monochromatic Colors of #708FC6
Black with #708FC6
Text Example
Text Example
White with #708FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FC6; }
p { color: rgb(112,143,198); }
H1.HeaderClassName
{
color: #708FC6;
}
.AnyTagClassName
{
color: #708FC6;
}
</style>
background-color css
<style>
a { background-color: #708FC6; }
a { background-color: rgb(112,143,198); }
div.DivClassName
{
background-color: #708FC6;
}
.BgClassName
{
background-color: #708FC6;
}
</style>
border-color css
<style>
span { border-color: #708FC6; }
span { border-color: rgb(112,143,198); }
td.TdClassName
{
border-color: #708FC6;
}
.TagClassName
{
border-color: #708FC6;
}
</style>