Shades of Pacific Blue #059CDF
Tints of Pacific Blue #059CDF
RGB
CMYK
RGB Variations
Color information
#059CDF (or 0x059CDF) is known color: Pacific Blue. HEX triplet: 05, 9C and DF. RGB value is (5,156,223). Sum of RGB (Red+Green+Blue) = 5+156+223=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #059CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CDF is #FA6320. Grayscale: #767676. Windows color (decimal): -16409377 or 14654469. OLE color: 14654469.
HSL color Cylindrical-coordinate representation of color #059CDF: hue angle of 198.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CDF is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 156 | 223 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.13 |
| HSL | 198.44º | 0.96% | 0.45% | - |
| HSV(B) | 198.44º | 0.98% | 0.87% | - |
| XYZ | 25.27 | 29.14 | 74.1 | - |
| YUV | 118.49 | 186.97 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 223 | 0.98 | 0.30 | 0 | 0.13 | 198.44 | 0.96 | 0.45 |
| Hex | 5 | 9C | DF | 62 | 1E | 0 | D | C6 | 60 | 2D |
| Octal | 5 | 234 | 337 | 142 | 36 | 0 | 15 | 306 | 140 | 55 |
| Binary | 101 | 10011100 | 11011111 | 1100010 | 11110 | 0 | 1101 | 11000110 | 1100000 | 101101 |
Color Harmonies of #059CDF
Complementary color
Monochromatic Colors of #059CDF
Black with #059CDF
Text Example
Text Example
White with #059CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CDF; }
p { color: rgb(5,156,223); }
H1.HeaderClassName
{
color: #059CDF;
}
.AnyTagClassName
{
color: #059CDF;
}
</style>
background-color css
<style>
a { background-color: #059CDF; }
a { background-color: rgb(5,156,223); }
div.DivClassName
{
background-color: #059CDF;
}
.BgClassName
{
background-color: #059CDF;
}
</style>
border-color css
<style>
span { border-color: #059CDF; }
span { border-color: rgb(5,156,223); }
td.TdClassName
{
border-color: #059CDF;
}
.TagClassName
{
border-color: #059CDF;
}
</style>