Shades of Pacific Blue #058ACE
Tints of Pacific Blue #058ACE
RGB
CMYK
RGB Variations
Color information
#058ACE (or 0x058ACE) is known color: Pacific Blue. HEX triplet: 05, 8A and CE. RGB value is (5,138,206). Sum of RGB (Red+Green+Blue) = 5+138+206=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #058ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ACE is #FA7531. Grayscale: #696969. Windows color (decimal): -16414002 or 13535749. OLE color: 13535749.
HSL color Cylindrical-coordinate representation of color #058ACE: hue angle of 200.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ACE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 138 | 206 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.19 |
| HSL | 200.3º | 0.95% | 0.41% | - |
| HSV(B) | 200.3º | 0.98% | 0.81% | - |
| XYZ | 20.29 | 22.67 | 61.7 | - |
| YUV | 105.99 | 184.44 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 206 | 0.98 | 0.33 | 0 | 0.19 | 200.3 | 0.95 | 0.41 |
| Hex | 5 | 8A | CE | 62 | 21 | 0 | 13 | C8 | 5F | 29 |
| Octal | 5 | 212 | 316 | 142 | 41 | 0 | 23 | 310 | 137 | 51 |
| Binary | 101 | 10001010 | 11001110 | 1100010 | 100001 | 0 | 10011 | 11001000 | 1011111 | 101001 |
Color Harmonies of #058ACE
Complementary color
Monochromatic Colors of #058ACE
Black with #058ACE
Text Example
Text Example
White with #058ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ACE; }
p { color: rgb(5,138,206); }
H1.HeaderClassName
{
color: #058ACE;
}
.AnyTagClassName
{
color: #058ACE;
}
</style>
background-color css
<style>
a { background-color: #058ACE; }
a { background-color: rgb(5,138,206); }
div.DivClassName
{
background-color: #058ACE;
}
.BgClassName
{
background-color: #058ACE;
}
</style>
border-color css
<style>
span { border-color: #058ACE; }
span { border-color: rgb(5,138,206); }
td.TdClassName
{
border-color: #058ACE;
}
.TagClassName
{
border-color: #058ACE;
}
</style>