Shades of Pacific Blue #059FCE
Tints of Pacific Blue #059FCE
RGB
CMYK
RGB Variations
Color information
#059FCE (or 0x059FCE) is known color: Pacific Blue. HEX triplet: 05, 9F and CE. RGB value is (5,159,206). Sum of RGB (Red+Green+Blue) = 5+159+206=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #059FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCE is #FA6031. Grayscale: #757575. Windows color (decimal): -16408626 or 13541125. OLE color: 13541125.
HSL color Cylindrical-coordinate representation of color #059FCE: hue angle of 194.03º 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 #059FCE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 159 | 206 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.19 |
| HSL | 194.03º | 0.95% | 0.41% | - |
| HSV(B) | 194.03º | 0.98% | 0.81% | - |
| XYZ | 23.6 | 29.28 | 62.8 | - |
| YUV | 118.31 | 177.48 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 206 | 0.98 | 0.23 | 0 | 0.19 | 194.03 | 0.95 | 0.41 |
| Hex | 5 | 9F | CE | 62 | 17 | 0 | 13 | C2 | 5F | 29 |
| Octal | 5 | 237 | 316 | 142 | 27 | 0 | 23 | 302 | 137 | 51 |
| Binary | 101 | 10011111 | 11001110 | 1100010 | 10111 | 0 | 10011 | 11000010 | 1011111 | 101001 |
Color Harmonies of #059FCE
Complementary color
Monochromatic Colors of #059FCE
Black with #059FCE
Text Example
Text Example
White with #059FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FCE; }
p { color: rgb(5,159,206); }
H1.HeaderClassName
{
color: #059FCE;
}
.AnyTagClassName
{
color: #059FCE;
}
</style>
background-color css
<style>
a { background-color: #059FCE; }
a { background-color: rgb(5,159,206); }
div.DivClassName
{
background-color: #059FCE;
}
.BgClassName
{
background-color: #059FCE;
}
</style>
border-color css
<style>
span { border-color: #059FCE; }
span { border-color: rgb(5,159,206); }
td.TdClassName
{
border-color: #059FCE;
}
.TagClassName
{
border-color: #059FCE;
}
</style>