Shades of Wild Blue Yonder #708FB9
Tints of Wild Blue Yonder #708FB9
RGB
CMYK
RGB Variations
Color information
#708FB9 (or 0x708FB9) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and B9. RGB value is (112,143,185). Sum of RGB (Red+Green+Blue) = 112+143+185=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #708FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FB9 is #8F7046. Grayscale: #8A8A8A. Windows color (decimal): -9400391 or 12160880. OLE color: 12160880.
HSL color Cylindrical-coordinate representation of color #708FB9: hue angle of 214.52º 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 #708FB9 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 143 | 185 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.27 |
| HSL | 214.52º | 0.34% | 0.58% | - |
| HSV(B) | 214.52º | 0.39% | 0.73% | - |
| XYZ | 25.26 | 26.59 | 49.7 | - |
| YUV | 138.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 185 | 0.39 | 0.23 | 0 | 0.27 | 214.52 | 0.34 | 0.58 |
| Hex | 70 | 8F | B9 | 27 | 17 | 0 | 1B | D7 | 22 | 3A |
| Octal | 160 | 217 | 271 | 47 | 27 | 0 | 33 | 327 | 42 | 72 |
| Binary | 1110000 | 10001111 | 10111001 | 100111 | 10111 | 0 | 11011 | 11010111 | 100010 | 111010 |
Color Harmonies of #708FB9
Complementary color
Monochromatic Colors of #708FB9
Black with #708FB9
Text Example
Text Example
White with #708FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FB9; }
p { color: rgb(112,143,185); }
H1.HeaderClassName
{
color: #708FB9;
}
.AnyTagClassName
{
color: #708FB9;
}
</style>
background-color css
<style>
a { background-color: #708FB9; }
a { background-color: rgb(112,143,185); }
div.DivClassName
{
background-color: #708FB9;
}
.BgClassName
{
background-color: #708FB9;
}
</style>
border-color css
<style>
span { border-color: #708FB9; }
span { border-color: rgb(112,143,185); }
td.TdClassName
{
border-color: #708FB9;
}
.TagClassName
{
border-color: #708FB9;
}
</style>