Shades of Pacific Blue #059ECE
Tints of Pacific Blue #059ECE
RGB
CMYK
RGB Variations
Color information
#059ECE (or 0x059ECE) is known color: Pacific Blue. HEX triplet: 05, 9E and CE. RGB value is (5,158,206). Sum of RGB (Red+Green+Blue) = 5+158+206=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #059ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECE is #FA6131. Grayscale: #757575. Windows color (decimal): -16408882 or 13540869. OLE color: 13540869.
HSL color Cylindrical-coordinate representation of color #059ECE: hue angle of 194.33º 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 #059ECE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 158 | 206 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.19 |
| HSL | 194.33º | 0.95% | 0.41% | - |
| HSV(B) | 194.33º | 0.98% | 0.81% | - |
| XYZ | 23.43 | 28.94 | 62.74 | - |
| YUV | 117.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 206 | 0.98 | 0.23 | 0 | 0.19 | 194.33 | 0.95 | 0.41 |
| Hex | 5 | 9E | CE | 62 | 17 | 0 | 13 | C2 | 5F | 29 |
| Octal | 5 | 236 | 316 | 142 | 27 | 0 | 23 | 302 | 137 | 51 |
| Binary | 101 | 10011110 | 11001110 | 1100010 | 10111 | 0 | 10011 | 11000010 | 1011111 | 101001 |
Color Harmonies of #059ECE
Complementary color
Monochromatic Colors of #059ECE
Black with #059ECE
Text Example
Text Example
White with #059ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ECE; }
p { color: rgb(5,158,206); }
H1.HeaderClassName
{
color: #059ECE;
}
.AnyTagClassName
{
color: #059ECE;
}
</style>
background-color css
<style>
a { background-color: #059ECE; }
a { background-color: rgb(5,158,206); }
div.DivClassName
{
background-color: #059ECE;
}
.BgClassName
{
background-color: #059ECE;
}
</style>
border-color css
<style>
span { border-color: #059ECE; }
span { border-color: rgb(5,158,206); }
td.TdClassName
{
border-color: #059ECE;
}
.TagClassName
{
border-color: #059ECE;
}
</style>