Shades of Wild Blue Yonder #708AC2
Tints of Wild Blue Yonder #708AC2
RGB
CMYK
RGB Variations
Color information
#708AC2 (or 0x708AC2) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and C2. RGB value is (112,138,194). Sum of RGB (Red+Green+Blue) = 112+138+194=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #708AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AC2 is #8F753D. Grayscale: #888888. Windows color (decimal): -9401662 or 12749424. OLE color: 12749424.
HSL color Cylindrical-coordinate representation of color #708AC2: hue angle of 220.98º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708AC2 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 138 | 194 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.24 |
| HSL | 220.98º | 0.4% | 0.6% | - |
| HSV(B) | 220.98º | 0.42% | 0.76% | - |
| XYZ | 25.51 | 25.52 | 54.62 | - |
| YUV | 136.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 194 | 0.42 | 0.29 | 0 | 0.24 | 220.98 | 0.4 | 0.6 |
| Hex | 70 | 8A | C2 | 2A | 1D | 0 | 18 | DD | 28 | 3C |
| Octal | 160 | 212 | 302 | 52 | 35 | 0 | 30 | 335 | 50 | 74 |
| Binary | 1110000 | 10001010 | 11000010 | 101010 | 11101 | 0 | 11000 | 11011101 | 101000 | 111100 |
Color Harmonies of #708AC2
Complementary color
Monochromatic Colors of #708AC2
Black with #708AC2
Text Example
Text Example
White with #708AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AC2; }
p { color: rgb(112,138,194); }
H1.HeaderClassName
{
color: #708AC2;
}
.AnyTagClassName
{
color: #708AC2;
}
</style>
background-color css
<style>
a { background-color: #708AC2; }
a { background-color: rgb(112,138,194); }
div.DivClassName
{
background-color: #708AC2;
}
.BgClassName
{
background-color: #708AC2;
}
</style>
border-color css
<style>
span { border-color: #708AC2; }
span { border-color: rgb(112,138,194); }
td.TdClassName
{
border-color: #708AC2;
}
.TagClassName
{
border-color: #708AC2;
}
</style>