Shades of Wild Blue Yonder #718ACE
Tints of Wild Blue Yonder #718ACE
RGB
CMYK
RGB Variations
Color information
#718ACE (or 0x718ACE) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and CE. RGB value is (113,138,206). Sum of RGB (Red+Green+Blue) = 113+138+206=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #718ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ACE is #8E7531. Grayscale: #898989. Windows color (decimal): -9336114 or 13535857. OLE color: 13535857.
HSL color Cylindrical-coordinate representation of color #718ACE: hue angle of 223.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ACE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 138 | 206 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 223.87º | 0.49% | 0.63% | - |
| HSV(B) | 223.87º | 0.45% | 0.81% | - |
| XYZ | 27.04 | 26.14 | 62.01 | - |
| YUV | 138.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 206 | 0.45 | 0.33 | 0 | 0.19 | 223.87 | 0.49 | 0.63 |
| Hex | 71 | 8A | CE | 2D | 21 | 0 | 13 | E0 | 31 | 3F |
| Octal | 161 | 212 | 316 | 55 | 41 | 0 | 23 | 340 | 61 | 77 |
| Binary | 1110001 | 10001010 | 11001110 | 101101 | 100001 | 0 | 10011 | 11100000 | 110001 | 111111 |
Color Harmonies of #718ACE
Complementary color
Monochromatic Colors of #718ACE
Black with #718ACE
Text Example
Text Example
White with #718ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ACE; }
p { color: rgb(113,138,206); }
H1.HeaderClassName
{
color: #718ACE;
}
.AnyTagClassName
{
color: #718ACE;
}
</style>
background-color css
<style>
a { background-color: #718ACE; }
a { background-color: rgb(113,138,206); }
div.DivClassName
{
background-color: #718ACE;
}
.BgClassName
{
background-color: #718ACE;
}
</style>
border-color css
<style>
span { border-color: #718ACE; }
span { border-color: rgb(113,138,206); }
td.TdClassName
{
border-color: #718ACE;
}
.TagClassName
{
border-color: #718ACE;
}
</style>