Shades of Wild Blue Yonder #718ABB
Tints of Wild Blue Yonder #718ABB
RGB
CMYK
RGB Variations
Color information
#718ABB (or 0x718ABB) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and BB. RGB value is (113,138,187). Sum of RGB (Red+Green+Blue) = 113+138+187=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #718ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABB is #8E7544. Grayscale: #878787. Windows color (decimal): -9336133 or 12290673. OLE color: 12290673.
HSL color Cylindrical-coordinate representation of color #718ABB: hue angle of 219.73º 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 #718ABB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 138 | 187 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.27 |
| HSL | 219.73º | 0.35% | 0.59% | - |
| HSV(B) | 219.73º | 0.4% | 0.73% | - |
| XYZ | 24.87 | 25.28 | 50.58 | - |
| YUV | 136.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 187 | 0.40 | 0.26 | 0 | 0.27 | 219.73 | 0.35 | 0.59 |
| Hex | 71 | 8A | BB | 28 | 1A | 0 | 1B | DC | 23 | 3B |
| Octal | 161 | 212 | 273 | 50 | 32 | 0 | 33 | 334 | 43 | 73 |
| Binary | 1110001 | 10001010 | 10111011 | 101000 | 11010 | 0 | 11011 | 11011100 | 100011 | 111011 |
Color Harmonies of #718ABB
Complementary color
Monochromatic Colors of #718ABB
Black with #718ABB
Text Example
Text Example
White with #718ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ABB; }
p { color: rgb(113,138,187); }
H1.HeaderClassName
{
color: #718ABB;
}
.AnyTagClassName
{
color: #718ABB;
}
</style>
background-color css
<style>
a { background-color: #718ABB; }
a { background-color: rgb(113,138,187); }
div.DivClassName
{
background-color: #718ABB;
}
.BgClassName
{
background-color: #718ABB;
}
</style>
border-color css
<style>
span { border-color: #718ABB; }
span { border-color: rgb(113,138,187); }
td.TdClassName
{
border-color: #718ABB;
}
.TagClassName
{
border-color: #718ABB;
}
</style>