Shades of Wild Blue Yonder #708FC9
Tints of Wild Blue Yonder #708FC9
RGB
CMYK
RGB Variations
Color information
#708FC9 (or 0x708FC9) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and C9. RGB value is (112,143,201). Sum of RGB (Red+Green+Blue) = 112+143+201=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #708FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FC9 is #8F7036. Grayscale: #8C8C8C. Windows color (decimal): -9400375 or 13209456. OLE color: 13209456.
HSL color Cylindrical-coordinate representation of color #708FC9: hue angle of 219.1º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708FC9 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 143 | 201 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.21 |
| HSL | 219.1º | 0.45% | 0.61% | - |
| HSV(B) | 219.1º | 0.44% | 0.79% | - |
| XYZ | 27.05 | 27.31 | 59.1 | - |
| YUV | 140.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 201 | 0.44 | 0.29 | 0 | 0.21 | 219.1 | 0.45 | 0.61 |
| Hex | 70 | 8F | C9 | 2C | 1D | 0 | 15 | DB | 2D | 3D |
| Octal | 160 | 217 | 311 | 54 | 35 | 0 | 25 | 333 | 55 | 75 |
| Binary | 1110000 | 10001111 | 11001001 | 101100 | 11101 | 0 | 10101 | 11011011 | 101101 | 111101 |
Color Harmonies of #708FC9
Complementary color
Monochromatic Colors of #708FC9
Black with #708FC9
Text Example
Text Example
White with #708FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FC9; }
p { color: rgb(112,143,201); }
H1.HeaderClassName
{
color: #708FC9;
}
.AnyTagClassName
{
color: #708FC9;
}
</style>
background-color css
<style>
a { background-color: #708FC9; }
a { background-color: rgb(112,143,201); }
div.DivClassName
{
background-color: #708FC9;
}
.BgClassName
{
background-color: #708FC9;
}
</style>
border-color css
<style>
span { border-color: #708FC9; }
span { border-color: rgb(112,143,201); }
td.TdClassName
{
border-color: #708FC9;
}
.TagClassName
{
border-color: #708FC9;
}
</style>