Shades of Wild Blue Yonder #718BBA
Tints of Wild Blue Yonder #718BBA
RGB
CMYK
RGB Variations
Color information
#718BBA (or 0x718BBA) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BA. RGB value is (113,139,186). Sum of RGB (Red+Green+Blue) = 113+139+186=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #718BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBA is #8E7445. Grayscale: #888888. Windows color (decimal): -9335878 or 12225393. OLE color: 12225393.
HSL color Cylindrical-coordinate representation of color #718BBA: hue angle of 218.63º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718BBA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 139 | 186 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.27 |
| HSL | 218.63º | 0.35% | 0.59% | - |
| HSV(B) | 218.63º | 0.39% | 0.73% | - |
| XYZ | 24.91 | 25.52 | 50.07 | - |
| YUV | 136.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 186 | 0.39 | 0.25 | 0 | 0.27 | 218.63 | 0.35 | 0.59 |
| Hex | 71 | 8B | BA | 27 | 19 | 0 | 1B | DB | 23 | 3B |
| Octal | 161 | 213 | 272 | 47 | 31 | 0 | 33 | 333 | 43 | 73 |
| Binary | 1110001 | 10001011 | 10111010 | 100111 | 11001 | 0 | 11011 | 11011011 | 100011 | 111011 |
Color Harmonies of #718BBA
Complementary color
Monochromatic Colors of #718BBA
Black with #718BBA
Text Example
Text Example
White with #718BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BBA; }
p { color: rgb(113,139,186); }
H1.HeaderClassName
{
color: #718BBA;
}
.AnyTagClassName
{
color: #718BBA;
}
</style>
background-color css
<style>
a { background-color: #718BBA; }
a { background-color: rgb(113,139,186); }
div.DivClassName
{
background-color: #718BBA;
}
.BgClassName
{
background-color: #718BBA;
}
</style>
border-color css
<style>
span { border-color: #718BBA; }
span { border-color: rgb(113,139,186); }
td.TdClassName
{
border-color: #718BBA;
}
.TagClassName
{
border-color: #718BBA;
}
</style>