Shades of Wild Blue Yonder #718FB9
Tints of Wild Blue Yonder #718FB9
RGB
CMYK
RGB Variations
Color information
#718FB9 (or 0x718FB9) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and B9. RGB value is (113,143,185). Sum of RGB (Red+Green+Blue) = 113+143+185=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #718FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FB9 is #8E7046. Grayscale: #8A8A8A. Windows color (decimal): -9334855 or 12160881. OLE color: 12160881.
HSL color Cylindrical-coordinate representation of color #718FB9: hue angle of 215º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718FB9 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 143 | 185 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.27 |
| HSL | 215º | 0.34% | 0.58% | - |
| HSV(B) | 215º | 0.39% | 0.73% | - |
| XYZ | 25.39 | 26.66 | 49.71 | - |
| YUV | 138.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 185 | 0.39 | 0.23 | 0 | 0.27 | 215 | 0.34 | 0.58 |
| Hex | 71 | 8F | B9 | 27 | 17 | 0 | 1B | D7 | 22 | 3A |
| Octal | 161 | 217 | 271 | 47 | 27 | 0 | 33 | 327 | 42 | 72 |
| Binary | 1110001 | 10001111 | 10111001 | 100111 | 10111 | 0 | 11011 | 11010111 | 100010 | 111010 |
Color Harmonies of #718FB9
Complementary color
Monochromatic Colors of #718FB9
Black with #718FB9
Text Example
Text Example
White with #718FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FB9; }
p { color: rgb(113,143,185); }
H1.HeaderClassName
{
color: #718FB9;
}
.AnyTagClassName
{
color: #718FB9;
}
</style>
background-color css
<style>
a { background-color: #718FB9; }
a { background-color: rgb(113,143,185); }
div.DivClassName
{
background-color: #718FB9;
}
.BgClassName
{
background-color: #718FB9;
}
</style>
border-color css
<style>
span { border-color: #718FB9; }
span { border-color: rgb(113,143,185); }
td.TdClassName
{
border-color: #718FB9;
}
.TagClassName
{
border-color: #718FB9;
}
</style>