Shades of Wild Blue Yonder #718BBB
Tints of Wild Blue Yonder #718BBB
RGB
CMYK
RGB Variations
Color information
#718BBB (or 0x718BBB) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BB. RGB value is (113,139,187). Sum of RGB (Red+Green+Blue) = 113+139+187=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #718BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBB is #8E7444. Grayscale: #888888. Windows color (decimal): -9335877 or 12290929. OLE color: 12290929.
HSL color Cylindrical-coordinate representation of color #718BBB: hue angle of 218.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718BBB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 139 | 187 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.27 |
| HSL | 218.92º | 0.35% | 0.59% | - |
| HSV(B) | 218.92º | 0.4% | 0.73% | - |
| XYZ | 25.01 | 25.56 | 50.63 | - |
| YUV | 136.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 187 | 0.40 | 0.26 | 0 | 0.27 | 218.92 | 0.35 | 0.59 |
| Hex | 71 | 8B | BB | 28 | 1A | 0 | 1B | DB | 23 | 3B |
| Octal | 161 | 213 | 273 | 50 | 32 | 0 | 33 | 333 | 43 | 73 |
| Binary | 1110001 | 10001011 | 10111011 | 101000 | 11010 | 0 | 11011 | 11011011 | 100011 | 111011 |
Color Harmonies of #718BBB
Complementary color
Monochromatic Colors of #718BBB
Black with #718BBB
Text Example
Text Example
White with #718BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BBB; }
p { color: rgb(113,139,187); }
H1.HeaderClassName
{
color: #718BBB;
}
.AnyTagClassName
{
color: #718BBB;
}
</style>
background-color css
<style>
a { background-color: #718BBB; }
a { background-color: rgb(113,139,187); }
div.DivClassName
{
background-color: #718BBB;
}
.BgClassName
{
background-color: #718BBB;
}
</style>
border-color css
<style>
span { border-color: #718BBB; }
span { border-color: rgb(113,139,187); }
td.TdClassName
{
border-color: #718BBB;
}
.TagClassName
{
border-color: #718BBB;
}
</style>