Shades of Wild Blue Yonder #708ABB
Tints of Wild Blue Yonder #708ABB
RGB
CMYK
RGB Variations
Color information
#708ABB (or 0x708ABB) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and BB. RGB value is (112,138,187). Sum of RGB (Red+Green+Blue) = 112+138+187=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #708ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABB is #8F7544. Grayscale: #878787. Windows color (decimal): -9401669 or 12290672. OLE color: 12290672.
HSL color Cylindrical-coordinate representation of color #708ABB: hue angle of 219.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708ABB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 138 | 187 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.27 |
| HSL | 219.2º | 0.36% | 0.59% | - |
| HSV(B) | 219.2º | 0.4% | 0.73% | - |
| XYZ | 24.74 | 25.21 | 50.58 | - |
| YUV | 135.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 187 | 0.40 | 0.26 | 0 | 0.27 | 219.2 | 0.36 | 0.59 |
| Hex | 70 | 8A | BB | 28 | 1A | 0 | 1B | DB | 24 | 3B |
| Octal | 160 | 212 | 273 | 50 | 32 | 0 | 33 | 333 | 44 | 73 |
| Binary | 1110000 | 10001010 | 10111011 | 101000 | 11010 | 0 | 11011 | 11011011 | 100100 | 111011 |
Color Harmonies of #708ABB
Complementary color
Monochromatic Colors of #708ABB
Black with #708ABB
Text Example
Text Example
White with #708ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ABB; }
p { color: rgb(112,138,187); }
H1.HeaderClassName
{
color: #708ABB;
}
.AnyTagClassName
{
color: #708ABB;
}
</style>
background-color css
<style>
a { background-color: #708ABB; }
a { background-color: rgb(112,138,187); }
div.DivClassName
{
background-color: #708ABB;
}
.BgClassName
{
background-color: #708ABB;
}
</style>
border-color css
<style>
span { border-color: #708ABB; }
span { border-color: rgb(112,138,187); }
td.TdClassName
{
border-color: #708ABB;
}
.TagClassName
{
border-color: #708ABB;
}
</style>