Shades of Wild Blue Yonder #718CCC
Tints of Wild Blue Yonder #718CCC
RGB
CMYK
RGB Variations
Color information
#718CCC (or 0x718CCC) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and CC. RGB value is (113,140,204). Sum of RGB (Red+Green+Blue) = 113+140+204=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #718CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCC is #8E7333. Grayscale: #8A8A8A. Windows color (decimal): -9335604 or 13405297. OLE color: 13405297.
HSL color Cylindrical-coordinate representation of color #718CCC: hue angle of 222.2º degrees, saturation: 0.47, 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 #718CCC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 140 | 204 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.2 |
| HSL | 222.2º | 0.47% | 0.62% | - |
| HSV(B) | 222.2º | 0.45% | 0.8% | - |
| XYZ | 27.09 | 26.63 | 60.84 | - |
| YUV | 139.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 204 | 0.45 | 0.31 | 0 | 0.2 | 222.2 | 0.47 | 0.62 |
| Hex | 71 | 8C | CC | 2D | 1F | 0 | 14 | DE | 2F | 3E |
| Octal | 161 | 214 | 314 | 55 | 37 | 0 | 24 | 336 | 57 | 76 |
| Binary | 1110001 | 10001100 | 11001100 | 101101 | 11111 | 0 | 10100 | 11011110 | 101111 | 111110 |
Color Harmonies of #718CCC
Complementary color
Monochromatic Colors of #718CCC
Black with #718CCC
Text Example
Text Example
White with #718CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CCC; }
p { color: rgb(113,140,204); }
H1.HeaderClassName
{
color: #718CCC;
}
.AnyTagClassName
{
color: #718CCC;
}
</style>
background-color css
<style>
a { background-color: #718CCC; }
a { background-color: rgb(113,140,204); }
div.DivClassName
{
background-color: #718CCC;
}
.BgClassName
{
background-color: #718CCC;
}
</style>
border-color css
<style>
span { border-color: #718CCC; }
span { border-color: rgb(113,140,204); }
td.TdClassName
{
border-color: #718CCC;
}
.TagClassName
{
border-color: #718CCC;
}
</style>