Shades of Wild Blue Yonder #708ABC
Tints of Wild Blue Yonder #708ABC
RGB
CMYK
RGB Variations
Color information
#708ABC (or 0x708ABC) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and BC. RGB value is (112,138,188). Sum of RGB (Red+Green+Blue) = 112+138+188=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #708ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABC is #8F7543. Grayscale: #878787. Windows color (decimal): -9401668 or 12356208. OLE color: 12356208.
HSL color Cylindrical-coordinate representation of color #708ABC: hue angle of 219.47º 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 #708ABC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 138 | 188 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.26 |
| HSL | 219.47º | 0.36% | 0.59% | - |
| HSV(B) | 219.47º | 0.4% | 0.74% | - |
| XYZ | 24.85 | 25.25 | 51.14 | - |
| YUV | 135.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 188 | 0.40 | 0.27 | 0 | 0.26 | 219.47 | 0.36 | 0.59 |
| Hex | 70 | 8A | BC | 28 | 1B | 0 | 1A | DB | 24 | 3B |
| Octal | 160 | 212 | 274 | 50 | 33 | 0 | 32 | 333 | 44 | 73 |
| Binary | 1110000 | 10001010 | 10111100 | 101000 | 11011 | 0 | 11010 | 11011011 | 100100 | 111011 |
Color Harmonies of #708ABC
Complementary color
Monochromatic Colors of #708ABC
Black with #708ABC
Text Example
Text Example
White with #708ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ABC; }
p { color: rgb(112,138,188); }
H1.HeaderClassName
{
color: #708ABC;
}
.AnyTagClassName
{
color: #708ABC;
}
</style>
background-color css
<style>
a { background-color: #708ABC; }
a { background-color: rgb(112,138,188); }
div.DivClassName
{
background-color: #708ABC;
}
.BgClassName
{
background-color: #708ABC;
}
</style>
border-color css
<style>
span { border-color: #708ABC; }
span { border-color: rgb(112,138,188); }
td.TdClassName
{
border-color: #708ABC;
}
.TagClassName
{
border-color: #708ABC;
}
</style>