Shades of Pacific Blue #059BCD
Tints of Pacific Blue #059BCD
RGB
CMYK
RGB Variations
Color information
#059BCD (or 0x059BCD) is known color: Pacific Blue. HEX triplet: 05, 9B and CD. RGB value is (5,155,205). Sum of RGB (Red+Green+Blue) = 5+155+205=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #059BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCD is #FA6432. Grayscale: #737373. Windows color (decimal): -16409651 or 13474565. OLE color: 13474565.
HSL color Cylindrical-coordinate representation of color #059BCD: hue angle of 195º 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 #059BCD is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 155 | 205 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.20 |
| HSL | 195º | 0.95% | 0.41% | - |
| HSV(B) | 195º | 0.98% | 0.8% | - |
| XYZ | 22.8 | 27.88 | 61.94 | - |
| YUV | 115.85 | 178.31 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 205 | 0.98 | 0.24 | 0 | 0.20 | 195 | 0.95 | 0.41 |
| Hex | 5 | 9B | CD | 62 | 18 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 233 | 315 | 142 | 30 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011011 | 11001101 | 1100010 | 11000 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059BCD
Complementary color
Monochromatic Colors of #059BCD
Black with #059BCD
Text Example
Text Example
White with #059BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BCD; }
p { color: rgb(5,155,205); }
H1.HeaderClassName
{
color: #059BCD;
}
.AnyTagClassName
{
color: #059BCD;
}
</style>
background-color css
<style>
a { background-color: #059BCD; }
a { background-color: rgb(5,155,205); }
div.DivClassName
{
background-color: #059BCD;
}
.BgClassName
{
background-color: #059BCD;
}
</style>
border-color css
<style>
span { border-color: #059BCD; }
span { border-color: rgb(5,155,205); }
td.TdClassName
{
border-color: #059BCD;
}
.TagClassName
{
border-color: #059BCD;
}
</style>