Shades of Wild Blue Yonder #708AC0
Tints of Wild Blue Yonder #708AC0
RGB
CMYK
RGB Variations
Color information
#708AC0 (or 0x708AC0) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and C0. RGB value is (112,138,192). Sum of RGB (Red+Green+Blue) = 112+138+192=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #708AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AC0 is #8F753F. Grayscale: #888888. Windows color (decimal): -9401664 or 12618352. OLE color: 12618352.
HSL color Cylindrical-coordinate representation of color #708AC0: hue angle of 220.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708AC0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 138 | 192 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.25 |
| HSL | 220.5º | 0.39% | 0.6% | - |
| HSV(B) | 220.5º | 0.42% | 0.75% | - |
| XYZ | 25.29 | 25.43 | 53.44 | - |
| YUV | 136.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 192 | 0.42 | 0.28 | 0 | 0.25 | 220.5 | 0.39 | 0.6 |
| Hex | 70 | 8A | C0 | 2A | 1C | 0 | 19 | DC | 27 | 3C |
| Octal | 160 | 212 | 300 | 52 | 34 | 0 | 31 | 334 | 47 | 74 |
| Binary | 1110000 | 10001010 | 11000000 | 101010 | 11100 | 0 | 11001 | 11011100 | 100111 | 111100 |
Color Harmonies of #708AC0
Complementary color
Monochromatic Colors of #708AC0
Black with #708AC0
Text Example
Text Example
White with #708AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AC0; }
p { color: rgb(112,138,192); }
H1.HeaderClassName
{
color: #708AC0;
}
.AnyTagClassName
{
color: #708AC0;
}
</style>
background-color css
<style>
a { background-color: #708AC0; }
a { background-color: rgb(112,138,192); }
div.DivClassName
{
background-color: #708AC0;
}
.BgClassName
{
background-color: #708AC0;
}
</style>
border-color css
<style>
span { border-color: #708AC0; }
span { border-color: rgb(112,138,192); }
td.TdClassName
{
border-color: #708AC0;
}
.TagClassName
{
border-color: #708AC0;
}
</style>