Shades of Pacific Blue #059DDD
Tints of Pacific Blue #059DDD
RGB
CMYK
RGB Variations
Color information
#059DDD (or 0x059DDD) is known color: Pacific Blue. HEX triplet: 05, 9D and DD. RGB value is (5,157,221). Sum of RGB (Red+Green+Blue) = 5+157+221=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #059DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDD is #FA6222. Grayscale: #767676. Windows color (decimal): -16409123 or 14523653. OLE color: 14523653.
HSL color Cylindrical-coordinate representation of color #059DDD: hue angle of 197.78º 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 #059DDD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 157 | 221 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.13 |
| HSL | 197.78º | 0.96% | 0.44% | - |
| HSV(B) | 197.78º | 0.98% | 0.87% | - |
| XYZ | 25.17 | 29.37 | 72.75 | - |
| YUV | 118.85 | 185.64 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 221 | 0.98 | 0.29 | 0 | 0.13 | 197.78 | 0.96 | 0.44 |
| Hex | 5 | 9D | DD | 62 | 1D | 0 | D | C6 | 60 | 2C |
| Octal | 5 | 235 | 335 | 142 | 35 | 0 | 15 | 306 | 140 | 54 |
| Binary | 101 | 10011101 | 11011101 | 1100010 | 11101 | 0 | 1101 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059DDD
Complementary color
Monochromatic Colors of #059DDD
Black with #059DDD
Text Example
Text Example
White with #059DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DDD; }
p { color: rgb(5,157,221); }
H1.HeaderClassName
{
color: #059DDD;
}
.AnyTagClassName
{
color: #059DDD;
}
</style>
background-color css
<style>
a { background-color: #059DDD; }
a { background-color: rgb(5,157,221); }
div.DivClassName
{
background-color: #059DDD;
}
.BgClassName
{
background-color: #059DDD;
}
</style>
border-color css
<style>
span { border-color: #059DDD; }
span { border-color: rgb(5,157,221); }
td.TdClassName
{
border-color: #059DDD;
}
.TagClassName
{
border-color: #059DDD;
}
</style>