Shades of Wild Blue Yonder #708FBC
Tints of Wild Blue Yonder #708FBC
RGB
CMYK
RGB Variations
Color information
#708FBC (or 0x708FBC) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and BC. RGB value is (112,143,188). Sum of RGB (Red+Green+Blue) = 112+143+188=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #708FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FBC is #8F7043. Grayscale: #8A8A8A. Windows color (decimal): -9400388 or 12357488. OLE color: 12357488.
HSL color Cylindrical-coordinate representation of color #708FBC: hue angle of 215.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708FBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 143 | 188 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.26 |
| HSL | 215.53º | 0.36% | 0.59% | - |
| HSV(B) | 215.53º | 0.4% | 0.74% | - |
| XYZ | 25.58 | 26.72 | 51.39 | - |
| YUV | 138.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 188 | 0.40 | 0.24 | 0 | 0.26 | 215.53 | 0.36 | 0.59 |
| Hex | 70 | 8F | BC | 28 | 18 | 0 | 1A | D8 | 24 | 3B |
| Octal | 160 | 217 | 274 | 50 | 30 | 0 | 32 | 330 | 44 | 73 |
| Binary | 1110000 | 10001111 | 10111100 | 101000 | 11000 | 0 | 11010 | 11011000 | 100100 | 111011 |
Color Harmonies of #708FBC
Complementary color
Monochromatic Colors of #708FBC
Black with #708FBC
Text Example
Text Example
White with #708FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FBC; }
p { color: rgb(112,143,188); }
H1.HeaderClassName
{
color: #708FBC;
}
.AnyTagClassName
{
color: #708FBC;
}
</style>
background-color css
<style>
a { background-color: #708FBC; }
a { background-color: rgb(112,143,188); }
div.DivClassName
{
background-color: #708FBC;
}
.BgClassName
{
background-color: #708FBC;
}
</style>
border-color css
<style>
span { border-color: #708FBC; }
span { border-color: rgb(112,143,188); }
td.TdClassName
{
border-color: #708FBC;
}
.TagClassName
{
border-color: #708FBC;
}
</style>