Shades of Wild Blue Yonder #718ABE
Tints of Wild Blue Yonder #718ABE
RGB
CMYK
RGB Variations
Color information
#718ABE (or 0x718ABE) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and BE. RGB value is (113,138,190). Sum of RGB (Red+Green+Blue) = 113+138+190=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #718ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABE is #8E7541. Grayscale: #888888. Windows color (decimal): -9336130 or 12487281. OLE color: 12487281.
HSL color Cylindrical-coordinate representation of color #718ABE: hue angle of 220.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718ABE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 138 | 190 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.25 |
| HSL | 220.52º | 0.37% | 0.59% | - |
| HSV(B) | 220.52º | 0.41% | 0.75% | - |
| XYZ | 25.19 | 25.41 | 52.29 | - |
| YUV | 136.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 190 | 0.41 | 0.27 | 0 | 0.25 | 220.52 | 0.37 | 0.59 |
| Hex | 71 | 8A | BE | 29 | 1B | 0 | 19 | DD | 25 | 3B |
| Octal | 161 | 212 | 276 | 51 | 33 | 0 | 31 | 335 | 45 | 73 |
| Binary | 1110001 | 10001010 | 10111110 | 101001 | 11011 | 0 | 11001 | 11011101 | 100101 | 111011 |
Color Harmonies of #718ABE
Complementary color
Monochromatic Colors of #718ABE
Black with #718ABE
Text Example
Text Example
White with #718ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ABE; }
p { color: rgb(113,138,190); }
H1.HeaderClassName
{
color: #718ABE;
}
.AnyTagClassName
{
color: #718ABE;
}
</style>
background-color css
<style>
a { background-color: #718ABE; }
a { background-color: rgb(113,138,190); }
div.DivClassName
{
background-color: #718ABE;
}
.BgClassName
{
background-color: #718ABE;
}
</style>
border-color css
<style>
span { border-color: #718ABE; }
span { border-color: rgb(113,138,190); }
td.TdClassName
{
border-color: #718ABE;
}
.TagClassName
{
border-color: #718ABE;
}
</style>