Shades of Pacific Blue #059CCE
Tints of Pacific Blue #059CCE
RGB
CMYK
RGB Variations
Color information
#059CCE (or 0x059CCE) is known color: Pacific Blue. HEX triplet: 05, 9C and CE. RGB value is (5,156,206). Sum of RGB (Red+Green+Blue) = 5+156+206=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #059CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CCE is #FA6331. Grayscale: #747474. Windows color (decimal): -16409394 or 13540357. OLE color: 13540357.
HSL color Cylindrical-coordinate representation of color #059CCE: hue angle of 194.93º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CCE is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 156 | 206 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.19 |
| HSL | 194.93º | 0.95% | 0.41% | - |
| HSV(B) | 194.93º | 0.98% | 0.81% | - |
| XYZ | 23.09 | 28.27 | 62.63 | - |
| YUV | 116.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 206 | 0.98 | 0.24 | 0 | 0.19 | 194.93 | 0.95 | 0.41 |
| Hex | 5 | 9C | CE | 62 | 18 | 0 | 13 | C3 | 5F | 29 |
| Octal | 5 | 234 | 316 | 142 | 30 | 0 | 23 | 303 | 137 | 51 |
| Binary | 101 | 10011100 | 11001110 | 1100010 | 11000 | 0 | 10011 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059CCE
Complementary color
Monochromatic Colors of #059CCE
Black with #059CCE
Text Example
Text Example
White with #059CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CCE; }
p { color: rgb(5,156,206); }
H1.HeaderClassName
{
color: #059CCE;
}
.AnyTagClassName
{
color: #059CCE;
}
</style>
background-color css
<style>
a { background-color: #059CCE; }
a { background-color: rgb(5,156,206); }
div.DivClassName
{
background-color: #059CCE;
}
.BgClassName
{
background-color: #059CCE;
}
</style>
border-color css
<style>
span { border-color: #059CCE; }
span { border-color: rgb(5,156,206); }
td.TdClassName
{
border-color: #059CCE;
}
.TagClassName
{
border-color: #059CCE;
}
</style>