Shades of Wild Blue Yonder #708AB9
Tints of Wild Blue Yonder #708AB9
RGB
CMYK
RGB Variations
Color information
#708AB9 (or 0x708AB9) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and B9. RGB value is (112,138,185). Sum of RGB (Red+Green+Blue) = 112+138+185=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #708AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AB9 is #8F7546. Grayscale: #878787. Windows color (decimal): -9401671 or 12159600. OLE color: 12159600.
HSL color Cylindrical-coordinate representation of color #708AB9: hue angle of 218.63º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #708AB9 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 138 | 185 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.27 |
| HSL | 218.63º | 0.34% | 0.58% | - |
| HSV(B) | 218.63º | 0.39% | 0.73% | - |
| XYZ | 24.53 | 25.12 | 49.46 | - |
| YUV | 135.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 185 | 0.39 | 0.25 | 0 | 0.27 | 218.63 | 0.34 | 0.58 |
| Hex | 70 | 8A | B9 | 27 | 19 | 0 | 1B | DB | 22 | 3A |
| Octal | 160 | 212 | 271 | 47 | 31 | 0 | 33 | 333 | 42 | 72 |
| Binary | 1110000 | 10001010 | 10111001 | 100111 | 11001 | 0 | 11011 | 11011011 | 100010 | 111010 |
Color Harmonies of #708AB9
Complementary color
Monochromatic Colors of #708AB9
Black with #708AB9
Text Example
Text Example
White with #708AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AB9; }
p { color: rgb(112,138,185); }
H1.HeaderClassName
{
color: #708AB9;
}
.AnyTagClassName
{
color: #708AB9;
}
</style>
background-color css
<style>
a { background-color: #708AB9; }
a { background-color: rgb(112,138,185); }
div.DivClassName
{
background-color: #708AB9;
}
.BgClassName
{
background-color: #708AB9;
}
</style>
border-color css
<style>
span { border-color: #708AB9; }
span { border-color: rgb(112,138,185); }
td.TdClassName
{
border-color: #708AB9;
}
.TagClassName
{
border-color: #708AB9;
}
</style>