Shades of Pacific Blue #058ECC
Tints of Pacific Blue #058ECC
RGB
CMYK
RGB Variations
Color information
#058ECC (or 0x058ECC) is known color: Pacific Blue. HEX triplet: 05, 8E and CC. RGB value is (5,142,204). Sum of RGB (Red+Green+Blue) = 5+142+204=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #058ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ECC is #FA7133. Grayscale: #6B6B6B. Windows color (decimal): -16412980 or 13405701. OLE color: 13405701.
HSL color Cylindrical-coordinate representation of color #058ECC: hue angle of 198.69º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ECC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 142 | 204 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.2 |
| HSL | 198.69º | 0.95% | 0.41% | - |
| HSV(B) | 198.69º | 0.98% | 0.8% | - |
| XYZ | 20.63 | 23.74 | 60.62 | - |
| YUV | 108.11 | 182.11 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 204 | 0.98 | 0.30 | 0 | 0.2 | 198.69 | 0.95 | 0.41 |
| Hex | 5 | 8E | CC | 62 | 1E | 0 | 14 | C7 | 5F | 29 |
| Octal | 5 | 216 | 314 | 142 | 36 | 0 | 24 | 307 | 137 | 51 |
| Binary | 101 | 10001110 | 11001100 | 1100010 | 11110 | 0 | 10100 | 11000111 | 1011111 | 101001 |
Color Harmonies of #058ECC
Complementary color
Monochromatic Colors of #058ECC
Black with #058ECC
Text Example
Text Example
White with #058ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ECC; }
p { color: rgb(5,142,204); }
H1.HeaderClassName
{
color: #058ECC;
}
.AnyTagClassName
{
color: #058ECC;
}
</style>
background-color css
<style>
a { background-color: #058ECC; }
a { background-color: rgb(5,142,204); }
div.DivClassName
{
background-color: #058ECC;
}
.BgClassName
{
background-color: #058ECC;
}
</style>
border-color css
<style>
span { border-color: #058ECC; }
span { border-color: rgb(5,142,204); }
td.TdClassName
{
border-color: #058ECC;
}
.TagClassName
{
border-color: #058ECC;
}
</style>