Shades of Pacific Blue #059CDD
Tints of Pacific Blue #059CDD
RGB
CMYK
RGB Variations
Color information
#059CDD (or 0x059CDD) is known color: Pacific Blue. HEX triplet: 05, 9C and DD. RGB value is (5,156,221). Sum of RGB (Red+Green+Blue) = 5+156+221=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #059CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CDD is #FA6322. Grayscale: #757575. Windows color (decimal): -16409379 or 14523397. OLE color: 14523397.
HSL color Cylindrical-coordinate representation of color #059CDD: hue angle of 198.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CDD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 156 | 221 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.13 |
| HSL | 198.06º | 0.96% | 0.44% | - |
| HSV(B) | 198.06º | 0.98% | 0.87% | - |
| XYZ | 25 | 29.03 | 72.69 | - |
| YUV | 118.26 | 185.97 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 221 | 0.98 | 0.29 | 0 | 0.13 | 198.06 | 0.96 | 0.44 |
| Hex | 5 | 9C | DD | 62 | 1D | 0 | D | C6 | 60 | 2C |
| Octal | 5 | 234 | 335 | 142 | 35 | 0 | 15 | 306 | 140 | 54 |
| Binary | 101 | 10011100 | 11011101 | 1100010 | 11101 | 0 | 1101 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059CDD
Complementary color
Monochromatic Colors of #059CDD
Black with #059CDD
Text Example
Text Example
White with #059CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CDD; }
p { color: rgb(5,156,221); }
H1.HeaderClassName
{
color: #059CDD;
}
.AnyTagClassName
{
color: #059CDD;
}
</style>
background-color css
<style>
a { background-color: #059CDD; }
a { background-color: rgb(5,156,221); }
div.DivClassName
{
background-color: #059CDD;
}
.BgClassName
{
background-color: #059CDD;
}
</style>
border-color css
<style>
span { border-color: #059CDD; }
span { border-color: rgb(5,156,221); }
td.TdClassName
{
border-color: #059CDD;
}
.TagClassName
{
border-color: #059CDD;
}
</style>