Shades of Wild Blue Yonder #718CC0
Tints of Wild Blue Yonder #718CC0
RGB
CMYK
RGB Variations
Color information
#718CC0 (or 0x718CC0) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and C0. RGB value is (113,140,192). Sum of RGB (Red+Green+Blue) = 113+140+192=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #718CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CC0 is #8E733F. Grayscale: #898989. Windows color (decimal): -9335616 or 12618865. OLE color: 12618865.
HSL color Cylindrical-coordinate representation of color #718CC0: hue angle of 219.49º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718CC0 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 140 | 192 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.25 |
| HSL | 219.49º | 0.39% | 0.6% | - |
| HSV(B) | 219.49º | 0.41% | 0.75% | - |
| XYZ | 25.7 | 26.07 | 53.55 | - |
| YUV | 137.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 192 | 0.41 | 0.27 | 0 | 0.25 | 219.49 | 0.39 | 0.6 |
| Hex | 71 | 8C | C0 | 29 | 1B | 0 | 19 | DB | 27 | 3C |
| Octal | 161 | 214 | 300 | 51 | 33 | 0 | 31 | 333 | 47 | 74 |
| Binary | 1110001 | 10001100 | 11000000 | 101001 | 11011 | 0 | 11001 | 11011011 | 100111 | 111100 |
Color Harmonies of #718CC0
Complementary color
Monochromatic Colors of #718CC0
Black with #718CC0
Text Example
Text Example
White with #718CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CC0; }
p { color: rgb(113,140,192); }
H1.HeaderClassName
{
color: #718CC0;
}
.AnyTagClassName
{
color: #718CC0;
}
</style>
background-color css
<style>
a { background-color: #718CC0; }
a { background-color: rgb(113,140,192); }
div.DivClassName
{
background-color: #718CC0;
}
.BgClassName
{
background-color: #718CC0;
}
</style>
border-color css
<style>
span { border-color: #718CC0; }
span { border-color: rgb(113,140,192); }
td.TdClassName
{
border-color: #718CC0;
}
.TagClassName
{
border-color: #718CC0;
}
</style>