Shades of Pacific Blue #059BCF
Tints of Pacific Blue #059BCF
RGB
CMYK
RGB Variations
Color information
#059BCF (or 0x059BCF) is known color: Pacific Blue. HEX triplet: 05, 9B and CF. RGB value is (5,155,207). Sum of RGB (Red+Green+Blue) = 5+155+207=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #059BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCF is #FA6430. Grayscale: #737373. Windows color (decimal): -16409649 or 13605637. OLE color: 13605637.
HSL color Cylindrical-coordinate representation of color #059BCF: hue angle of 195.45º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BCF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 155 | 207 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.19 |
| HSL | 195.45º | 0.95% | 0.42% | - |
| HSV(B) | 195.45º | 0.98% | 0.81% | - |
| XYZ | 23.05 | 27.98 | 63.22 | - |
| YUV | 116.08 | 179.31 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 207 | 0.98 | 0.25 | 0 | 0.19 | 195.45 | 0.95 | 0.42 |
| Hex | 5 | 9B | CF | 62 | 19 | 0 | 13 | C3 | 5F | 2A |
| Octal | 5 | 233 | 317 | 142 | 31 | 0 | 23 | 303 | 137 | 52 |
| Binary | 101 | 10011011 | 11001111 | 1100010 | 11001 | 0 | 10011 | 11000011 | 1011111 | 101010 |
Color Harmonies of #059BCF
Complementary color
Monochromatic Colors of #059BCF
Black with #059BCF
Text Example
Text Example
White with #059BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BCF; }
p { color: rgb(5,155,207); }
H1.HeaderClassName
{
color: #059BCF;
}
.AnyTagClassName
{
color: #059BCF;
}
</style>
background-color css
<style>
a { background-color: #059BCF; }
a { background-color: rgb(5,155,207); }
div.DivClassName
{
background-color: #059BCF;
}
.BgClassName
{
background-color: #059BCF;
}
</style>
border-color css
<style>
span { border-color: #059BCF; }
span { border-color: rgb(5,155,207); }
td.TdClassName
{
border-color: #059BCF;
}
.TagClassName
{
border-color: #059BCF;
}
</style>