Shades of Pacific Blue #059DC8
Tints of Pacific Blue #059DC8
RGB
CMYK
RGB Variations
Color information
#059DC8 (or 0x059DC8) is known color: Pacific Blue. HEX triplet: 05, 9D and C8. RGB value is (5,157,200). Sum of RGB (Red+Green+Blue) = 5+157+200=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #059DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC8 is #FA6237. Grayscale: #747474. Windows color (decimal): -16409144 or 13147397. OLE color: 13147397.
HSL color Cylindrical-coordinate representation of color #059DC8: hue angle of 193.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DC8 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 157 | 200 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.22 |
| HSL | 193.23º | 0.95% | 0.4% | - |
| HSV(B) | 193.23º | 0.98% | 0.78% | - |
| XYZ | 22.54 | 28.32 | 58.92 | - |
| YUV | 116.45 | 175.14 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 200 | 0.98 | 0.22 | 0 | 0.22 | 193.23 | 0.95 | 0.4 |
| Hex | 5 | 9D | C8 | 62 | 16 | 0 | 16 | C1 | 5F | 28 |
| Octal | 5 | 235 | 310 | 142 | 26 | 0 | 26 | 301 | 137 | 50 |
| Binary | 101 | 10011101 | 11001000 | 1100010 | 10110 | 0 | 10110 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059DC8
Complementary color
Monochromatic Colors of #059DC8
Black with #059DC8
Text Example
Text Example
White with #059DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DC8; }
p { color: rgb(5,157,200); }
H1.HeaderClassName
{
color: #059DC8;
}
.AnyTagClassName
{
color: #059DC8;
}
</style>
background-color css
<style>
a { background-color: #059DC8; }
a { background-color: rgb(5,157,200); }
div.DivClassName
{
background-color: #059DC8;
}
.BgClassName
{
background-color: #059DC8;
}
</style>
border-color css
<style>
span { border-color: #059DC8; }
span { border-color: rgb(5,157,200); }
td.TdClassName
{
border-color: #059DC8;
}
.TagClassName
{
border-color: #059DC8;
}
</style>