Shades of Wild Blue Yonder #708ACE
Tints of Wild Blue Yonder #708ACE
RGB
CMYK
RGB Variations
Color information
#708ACE (or 0x708ACE) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and CE. RGB value is (112,138,206). Sum of RGB (Red+Green+Blue) = 112+138+206=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #708ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ACE is #8F7531. Grayscale: #898989. Windows color (decimal): -9401650 or 13535856. OLE color: 13535856.
HSL color Cylindrical-coordinate representation of color #708ACE: hue angle of 223.4º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708ACE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 138 | 206 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.19 |
| HSL | 223.4º | 0.49% | 0.62% | - |
| HSV(B) | 223.4º | 0.46% | 0.81% | - |
| XYZ | 26.91 | 26.08 | 62.01 | - |
| YUV | 137.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 206 | 0.46 | 0.33 | 0 | 0.19 | 223.4 | 0.49 | 0.62 |
| Hex | 70 | 8A | CE | 2E | 21 | 0 | 13 | DF | 31 | 3E |
| Octal | 160 | 212 | 316 | 56 | 41 | 0 | 23 | 337 | 61 | 76 |
| Binary | 1110000 | 10001010 | 11001110 | 101110 | 100001 | 0 | 10011 | 11011111 | 110001 | 111110 |
Color Harmonies of #708ACE
Complementary color
Monochromatic Colors of #708ACE
Black with #708ACE
Text Example
Text Example
White with #708ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ACE; }
p { color: rgb(112,138,206); }
H1.HeaderClassName
{
color: #708ACE;
}
.AnyTagClassName
{
color: #708ACE;
}
</style>
background-color css
<style>
a { background-color: #708ACE; }
a { background-color: rgb(112,138,206); }
div.DivClassName
{
background-color: #708ACE;
}
.BgClassName
{
background-color: #708ACE;
}
</style>
border-color css
<style>
span { border-color: #708ACE; }
span { border-color: rgb(112,138,206); }
td.TdClassName
{
border-color: #708ACE;
}
.TagClassName
{
border-color: #708ACE;
}
</style>