Shades of Pacific Blue #059DCD
Tints of Pacific Blue #059DCD
RGB
CMYK
RGB Variations
Color information
#059DCD (or 0x059DCD) is known color: Pacific Blue. HEX triplet: 05, 9D and CD. RGB value is (5,157,205). Sum of RGB (Red+Green+Blue) = 5+157+205=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #059DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DCD is #FA6232. Grayscale: #747474. Windows color (decimal): -16409139 or 13475077. OLE color: 13475077.
HSL color Cylindrical-coordinate representation of color #059DCD: hue angle of 194.4º 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 #059DCD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 157 | 205 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.20 |
| HSL | 194.4º | 0.95% | 0.41% | - |
| HSV(B) | 194.4º | 0.98% | 0.8% | - |
| XYZ | 23.14 | 28.55 | 62.05 | - |
| YUV | 117.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 205 | 0.98 | 0.23 | 0 | 0.20 | 194.4 | 0.95 | 0.41 |
| Hex | 5 | 9D | CD | 62 | 17 | 0 | 14 | C2 | 5F | 29 |
| Octal | 5 | 235 | 315 | 142 | 27 | 0 | 24 | 302 | 137 | 51 |
| Binary | 101 | 10011101 | 11001101 | 1100010 | 10111 | 0 | 10100 | 11000010 | 1011111 | 101001 |
Color Harmonies of #059DCD
Complementary color
Monochromatic Colors of #059DCD
Black with #059DCD
Text Example
Text Example
White with #059DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DCD; }
p { color: rgb(5,157,205); }
H1.HeaderClassName
{
color: #059DCD;
}
.AnyTagClassName
{
color: #059DCD;
}
</style>
background-color css
<style>
a { background-color: #059DCD; }
a { background-color: rgb(5,157,205); }
div.DivClassName
{
background-color: #059DCD;
}
.BgClassName
{
background-color: #059DCD;
}
</style>
border-color css
<style>
span { border-color: #059DCD; }
span { border-color: rgb(5,157,205); }
td.TdClassName
{
border-color: #059DCD;
}
.TagClassName
{
border-color: #059DCD;
}
</style>