Shades of Pacific Blue #059CCB
Tints of Pacific Blue #059CCB
RGB
CMYK
RGB Variations
Color information
#059CCB (or 0x059CCB) is known color: Pacific Blue. HEX triplet: 05, 9C and CB. RGB value is (5,156,203). Sum of RGB (Red+Green+Blue) = 5+156+203=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #059CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CCB is #FA6334. Grayscale: #737373. Windows color (decimal): -16409397 or 13343749. OLE color: 13343749.
HSL color Cylindrical-coordinate representation of color #059CCB: hue angle of 194.24º 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 #059CCB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 156 | 203 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.20 |
| HSL | 194.24º | 0.95% | 0.41% | - |
| HSV(B) | 194.24º | 0.98% | 0.8% | - |
| XYZ | 22.73 | 28.12 | 60.73 | - |
| YUV | 116.21 | 176.97 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 203 | 0.98 | 0.23 | 0 | 0.20 | 194.24 | 0.95 | 0.41 |
| Hex | 5 | 9C | CB | 62 | 17 | 0 | 14 | C2 | 5F | 29 |
| Octal | 5 | 234 | 313 | 142 | 27 | 0 | 24 | 302 | 137 | 51 |
| Binary | 101 | 10011100 | 11001011 | 1100010 | 10111 | 0 | 10100 | 11000010 | 1011111 | 101001 |
Color Harmonies of #059CCB
Complementary color
Monochromatic Colors of #059CCB
Black with #059CCB
Text Example
Text Example
White with #059CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CCB; }
p { color: rgb(5,156,203); }
H1.HeaderClassName
{
color: #059CCB;
}
.AnyTagClassName
{
color: #059CCB;
}
</style>
background-color css
<style>
a { background-color: #059CCB; }
a { background-color: rgb(5,156,203); }
div.DivClassName
{
background-color: #059CCB;
}
.BgClassName
{
background-color: #059CCB;
}
</style>
border-color css
<style>
span { border-color: #059CCB; }
span { border-color: rgb(5,156,203); }
td.TdClassName
{
border-color: #059CCB;
}
.TagClassName
{
border-color: #059CCB;
}
</style>