Shades of Wild Blue Yonder #718FBB
Tints of Wild Blue Yonder #718FBB
RGB
CMYK
RGB Variations
Color information
#718FBB (or 0x718FBB) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and BB. RGB value is (113,143,187). Sum of RGB (Red+Green+Blue) = 113+143+187=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #718FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBB is #8E7044. Grayscale: #8A8A8A. Windows color (decimal): -9334853 or 12291953. OLE color: 12291953.
HSL color Cylindrical-coordinate representation of color #718FBB: hue angle of 215.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718FBB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 143 | 187 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.27 |
| HSL | 215.68º | 0.35% | 0.59% | - |
| HSV(B) | 215.68º | 0.4% | 0.73% | - |
| XYZ | 25.6 | 26.74 | 50.83 | - |
| YUV | 139.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 187 | 0.40 | 0.24 | 0 | 0.27 | 215.68 | 0.35 | 0.59 |
| Hex | 71 | 8F | BB | 28 | 18 | 0 | 1B | D8 | 23 | 3B |
| Octal | 161 | 217 | 273 | 50 | 30 | 0 | 33 | 330 | 43 | 73 |
| Binary | 1110001 | 10001111 | 10111011 | 101000 | 11000 | 0 | 11011 | 11011000 | 100011 | 111011 |
Color Harmonies of #718FBB
Complementary color
Monochromatic Colors of #718FBB
Black with #718FBB
Text Example
Text Example
White with #718FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FBB; }
p { color: rgb(113,143,187); }
H1.HeaderClassName
{
color: #718FBB;
}
.AnyTagClassName
{
color: #718FBB;
}
</style>
background-color css
<style>
a { background-color: #718FBB; }
a { background-color: rgb(113,143,187); }
div.DivClassName
{
background-color: #718FBB;
}
.BgClassName
{
background-color: #718FBB;
}
</style>
border-color css
<style>
span { border-color: #718FBB; }
span { border-color: rgb(113,143,187); }
td.TdClassName
{
border-color: #718FBB;
}
.TagClassName
{
border-color: #718FBB;
}
</style>