Shades of Wild Blue Yonder #708ACF
Tints of Wild Blue Yonder #708ACF
RGB
CMYK
RGB Variations
Color information
#708ACF (or 0x708ACF) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and CF. RGB value is (112,138,207). Sum of RGB (Red+Green+Blue) = 112+138+207=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #708ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ACF is #8F7530. Grayscale: #898989. Windows color (decimal): -9401649 or 13601392. OLE color: 13601392.
HSL color Cylindrical-coordinate representation of color #708ACF: hue angle of 223.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708ACF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 138 | 207 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.19 |
| HSL | 223.58º | 0.5% | 0.63% | - |
| HSV(B) | 223.58º | 0.46% | 0.81% | - |
| XYZ | 27.03 | 26.13 | 62.65 | - |
| YUV | 138.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 207 | 0.46 | 0.33 | 0 | 0.19 | 223.58 | 0.5 | 0.63 |
| Hex | 70 | 8A | CF | 2E | 21 | 0 | 13 | E0 | 32 | 3F |
| Octal | 160 | 212 | 317 | 56 | 41 | 0 | 23 | 340 | 62 | 77 |
| Binary | 1110000 | 10001010 | 11001111 | 101110 | 100001 | 0 | 10011 | 11100000 | 110010 | 111111 |
Color Harmonies of #708ACF
Complementary color
Monochromatic Colors of #708ACF
Black with #708ACF
Text Example
Text Example
White with #708ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ACF; }
p { color: rgb(112,138,207); }
H1.HeaderClassName
{
color: #708ACF;
}
.AnyTagClassName
{
color: #708ACF;
}
</style>
background-color css
<style>
a { background-color: #708ACF; }
a { background-color: rgb(112,138,207); }
div.DivClassName
{
background-color: #708ACF;
}
.BgClassName
{
background-color: #708ACF;
}
</style>
border-color css
<style>
span { border-color: #708ACF; }
span { border-color: rgb(112,138,207); }
td.TdClassName
{
border-color: #708ACF;
}
.TagClassName
{
border-color: #708ACF;
}
</style>