Shades of Pacific Blue #058ACB
Tints of Pacific Blue #058ACB
RGB
CMYK
RGB Variations
Color information
#058ACB (or 0x058ACB) is known color: Pacific Blue. HEX triplet: 05, 8A and CB. RGB value is (5,138,203). Sum of RGB (Red+Green+Blue) = 5+138+203=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #058ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ACB is #FA7534. Grayscale: #696969. Windows color (decimal): -16414005 or 13339141. OLE color: 13339141.
HSL color Cylindrical-coordinate representation of color #058ACB: hue angle of 199.7º 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 #058ACB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 138 | 203 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.20 |
| HSL | 199.7º | 0.95% | 0.41% | - |
| HSV(B) | 199.7º | 0.98% | 0.8% | - |
| XYZ | 19.93 | 22.52 | 59.8 | - |
| YUV | 105.64 | 182.94 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 203 | 0.98 | 0.32 | 0 | 0.20 | 199.7 | 0.95 | 0.41 |
| Hex | 5 | 8A | CB | 62 | 20 | 0 | 14 | C8 | 5F | 29 |
| Octal | 5 | 212 | 313 | 142 | 40 | 0 | 24 | 310 | 137 | 51 |
| Binary | 101 | 10001010 | 11001011 | 1100010 | 100000 | 0 | 10100 | 11001000 | 1011111 | 101001 |
Color Harmonies of #058ACB
Complementary color
Monochromatic Colors of #058ACB
Black with #058ACB
Text Example
Text Example
White with #058ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ACB; }
p { color: rgb(5,138,203); }
H1.HeaderClassName
{
color: #058ACB;
}
.AnyTagClassName
{
color: #058ACB;
}
</style>
background-color css
<style>
a { background-color: #058ACB; }
a { background-color: rgb(5,138,203); }
div.DivClassName
{
background-color: #058ACB;
}
.BgClassName
{
background-color: #058ACB;
}
</style>
border-color css
<style>
span { border-color: #058ACB; }
span { border-color: rgb(5,138,203); }
td.TdClassName
{
border-color: #058ACB;
}
.TagClassName
{
border-color: #058ACB;
}
</style>