Shades of Wild Blue Yonder #718CB8
Tints of Wild Blue Yonder #718CB8
RGB
CMYK
RGB Variations
Color information
#718CB8 (or 0x718CB8) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and B8. RGB value is (113,140,184). Sum of RGB (Red+Green+Blue) = 113+140+184=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #718CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CB8 is #8E7347. Grayscale: #888888. Windows color (decimal): -9335624 or 12094577. OLE color: 12094577.
HSL color Cylindrical-coordinate representation of color #718CB8: hue angle of 217.18º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718CB8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 140 | 184 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.28 |
| HSL | 217.18º | 0.33% | 0.58% | - |
| HSV(B) | 217.18º | 0.39% | 0.72% | - |
| XYZ | 24.84 | 25.73 | 49 | - |
| YUV | 136.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 184 | 0.39 | 0.24 | 0 | 0.28 | 217.18 | 0.33 | 0.58 |
| Hex | 71 | 8C | B8 | 27 | 18 | 0 | 1C | D9 | 21 | 3A |
| Octal | 161 | 214 | 270 | 47 | 30 | 0 | 34 | 331 | 41 | 72 |
| Binary | 1110001 | 10001100 | 10111000 | 100111 | 11000 | 0 | 11100 | 11011001 | 100001 | 111010 |
Color Harmonies of #718CB8
Complementary color
Monochromatic Colors of #718CB8
Black with #718CB8
Text Example
Text Example
White with #718CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CB8; }
p { color: rgb(113,140,184); }
H1.HeaderClassName
{
color: #718CB8;
}
.AnyTagClassName
{
color: #718CB8;
}
</style>
background-color css
<style>
a { background-color: #718CB8; }
a { background-color: rgb(113,140,184); }
div.DivClassName
{
background-color: #718CB8;
}
.BgClassName
{
background-color: #718CB8;
}
</style>
border-color css
<style>
span { border-color: #718CB8; }
span { border-color: rgb(113,140,184); }
td.TdClassName
{
border-color: #718CB8;
}
.TagClassName
{
border-color: #718CB8;
}
</style>