Shades of Wild Blue Yonder #718FBC
Tints of Wild Blue Yonder #718FBC
RGB
CMYK
RGB Variations
Color information
#718FBC (or 0x718FBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and BC. RGB value is (113,143,188). Sum of RGB (Red+Green+Blue) = 113+143+188=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #718FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBC is #8E7043. Grayscale: #8A8A8A. Windows color (decimal): -9334852 or 12357489. OLE color: 12357489.
HSL color Cylindrical-coordinate representation of color #718FBC: hue angle of 216º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718FBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 143 | 188 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.26 |
| HSL | 216º | 0.36% | 0.59% | - |
| HSV(B) | 216º | 0.4% | 0.74% | - |
| XYZ | 25.71 | 26.79 | 51.39 | - |
| YUV | 139.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 188 | 0.40 | 0.24 | 0 | 0.26 | 216 | 0.36 | 0.59 |
| Hex | 71 | 8F | BC | 28 | 18 | 0 | 1A | D8 | 24 | 3B |
| Octal | 161 | 217 | 274 | 50 | 30 | 0 | 32 | 330 | 44 | 73 |
| Binary | 1110001 | 10001111 | 10111100 | 101000 | 11000 | 0 | 11010 | 11011000 | 100100 | 111011 |
Color Harmonies of #718FBC
Complementary color
Monochromatic Colors of #718FBC
Black with #718FBC
Text Example
Text Example
White with #718FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FBC; }
p { color: rgb(113,143,188); }
H1.HeaderClassName
{
color: #718FBC;
}
.AnyTagClassName
{
color: #718FBC;
}
</style>
background-color css
<style>
a { background-color: #718FBC; }
a { background-color: rgb(113,143,188); }
div.DivClassName
{
background-color: #718FBC;
}
.BgClassName
{
background-color: #718FBC;
}
</style>
border-color css
<style>
span { border-color: #718FBC; }
span { border-color: rgb(113,143,188); }
td.TdClassName
{
border-color: #718FBC;
}
.TagClassName
{
border-color: #718FBC;
}
</style>