Shades of Pacific Blue #059DCF
Tints of Pacific Blue #059DCF
RGB
CMYK
RGB Variations
Color information
#059DCF (or 0x059DCF) is known color: Pacific Blue. HEX triplet: 05, 9D and CF. RGB value is (5,157,207). Sum of RGB (Red+Green+Blue) = 5+157+207=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #059DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DCF is #FA6230. Grayscale: #747474. Windows color (decimal): -16409137 or 13606149. OLE color: 13606149.
HSL color Cylindrical-coordinate representation of color #059DCF: hue angle of 194.85º 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 #059DCF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 157 | 207 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.19 |
| HSL | 194.85º | 0.95% | 0.42% | - |
| HSV(B) | 194.85º | 0.98% | 0.81% | - |
| XYZ | 23.38 | 28.65 | 63.33 | - |
| YUV | 117.25 | 178.64 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 207 | 0.98 | 0.24 | 0 | 0.19 | 194.85 | 0.95 | 0.42 |
| Hex | 5 | 9D | CF | 62 | 18 | 0 | 13 | C3 | 5F | 2A |
| Octal | 5 | 235 | 317 | 142 | 30 | 0 | 23 | 303 | 137 | 52 |
| Binary | 101 | 10011101 | 11001111 | 1100010 | 11000 | 0 | 10011 | 11000011 | 1011111 | 101010 |
Color Harmonies of #059DCF
Complementary color
Monochromatic Colors of #059DCF
Black with #059DCF
Text Example
Text Example
White with #059DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DCF; }
p { color: rgb(5,157,207); }
H1.HeaderClassName
{
color: #059DCF;
}
.AnyTagClassName
{
color: #059DCF;
}
</style>
background-color css
<style>
a { background-color: #059DCF; }
a { background-color: rgb(5,157,207); }
div.DivClassName
{
background-color: #059DCF;
}
.BgClassName
{
background-color: #059DCF;
}
</style>
border-color css
<style>
span { border-color: #059DCF; }
span { border-color: rgb(5,157,207); }
td.TdClassName
{
border-color: #059DCF;
}
.TagClassName
{
border-color: #059DCF;
}
</style>