Shades of Wild Blue Yonder #718CCD
Tints of Wild Blue Yonder #718CCD
RGB
CMYK
RGB Variations
Color information
#718CCD (or 0x718CCD) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and CD. RGB value is (113,140,205). Sum of RGB (Red+Green+Blue) = 113+140+205=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #718CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCD is #8E7332. Grayscale: #8B8B8B. Windows color (decimal): -9335603 or 13470833. OLE color: 13470833.
HSL color Cylindrical-coordinate representation of color #718CCD: hue angle of 222.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718CCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 140 | 205 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.20 |
| HSL | 222.39º | 0.48% | 0.62% | - |
| HSV(B) | 222.39º | 0.45% | 0.8% | - |
| XYZ | 27.21 | 26.67 | 61.47 | - |
| YUV | 139.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 205 | 0.45 | 0.32 | 0 | 0.20 | 222.39 | 0.48 | 0.62 |
| Hex | 71 | 8C | CD | 2D | 20 | 0 | 14 | DE | 30 | 3E |
| Octal | 161 | 214 | 315 | 55 | 40 | 0 | 24 | 336 | 60 | 76 |
| Binary | 1110001 | 10001100 | 11001101 | 101101 | 100000 | 0 | 10100 | 11011110 | 110000 | 111110 |
Color Harmonies of #718CCD
Complementary color
Monochromatic Colors of #718CCD
Black with #718CCD
Text Example
Text Example
White with #718CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CCD; }
p { color: rgb(113,140,205); }
H1.HeaderClassName
{
color: #718CCD;
}
.AnyTagClassName
{
color: #718CCD;
}
</style>
background-color css
<style>
a { background-color: #718CCD; }
a { background-color: rgb(113,140,205); }
div.DivClassName
{
background-color: #718CCD;
}
.BgClassName
{
background-color: #718CCD;
}
</style>
border-color css
<style>
span { border-color: #718CCD; }
span { border-color: rgb(113,140,205); }
td.TdClassName
{
border-color: #718CCD;
}
.TagClassName
{
border-color: #718CCD;
}
</style>