Shades of Pacific Blue #058ACF
Tints of Pacific Blue #058ACF
RGB
CMYK
RGB Variations
Color information
#058ACF (or 0x058ACF) is known color: Pacific Blue. HEX triplet: 05, 8A and CF. RGB value is (5,138,207). Sum of RGB (Red+Green+Blue) = 5+138+207=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #058ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ACF is #FA7530. Grayscale: #696969. Windows color (decimal): -16414001 or 13601285. OLE color: 13601285.
HSL color Cylindrical-coordinate representation of color #058ACF: hue angle of 200.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ACF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 138 | 207 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.19 |
| HSL | 200.5º | 0.95% | 0.42% | - |
| HSV(B) | 200.5º | 0.98% | 0.81% | - |
| XYZ | 20.41 | 22.71 | 62.34 | - |
| YUV | 106.1 | 184.94 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 207 | 0.98 | 0.33 | 0 | 0.19 | 200.5 | 0.95 | 0.42 |
| Hex | 5 | 8A | CF | 62 | 21 | 0 | 13 | C8 | 5F | 2A |
| Octal | 5 | 212 | 317 | 142 | 41 | 0 | 23 | 310 | 137 | 52 |
| Binary | 101 | 10001010 | 11001111 | 1100010 | 100001 | 0 | 10011 | 11001000 | 1011111 | 101010 |
Color Harmonies of #058ACF
Complementary color
Monochromatic Colors of #058ACF
Black with #058ACF
Text Example
Text Example
White with #058ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ACF; }
p { color: rgb(5,138,207); }
H1.HeaderClassName
{
color: #058ACF;
}
.AnyTagClassName
{
color: #058ACF;
}
</style>
background-color css
<style>
a { background-color: #058ACF; }
a { background-color: rgb(5,138,207); }
div.DivClassName
{
background-color: #058ACF;
}
.BgClassName
{
background-color: #058ACF;
}
</style>
border-color css
<style>
span { border-color: #058ACF; }
span { border-color: rgb(5,138,207); }
td.TdClassName
{
border-color: #058ACF;
}
.TagClassName
{
border-color: #058ACF;
}
</style>