Shades of Pacific Blue #059BBF
Tints of Pacific Blue #059BBF
RGB
CMYK
RGB Variations
Color information
#059BBF (or 0x059BBF) is known color: Pacific Blue. HEX triplet: 05, 9B and BF. RGB value is (5,155,191). Sum of RGB (Red+Green+Blue) = 5+155+191=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #059BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BBF is #FA6440. Grayscale: #717171. Windows color (decimal): -16409665 or 12557061. OLE color: 12557061.
HSL color Cylindrical-coordinate representation of color #059BBF: hue angle of 191.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BBF is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 155 | 191 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.25 |
| HSL | 191.61º | 0.95% | 0.38% | - |
| HSV(B) | 191.61º | 0.97% | 0.75% | - |
| XYZ | 21.19 | 27.24 | 53.43 | - |
| YUV | 114.25 | 171.31 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 191 | 0.97 | 0.19 | 0 | 0.25 | 191.61 | 0.95 | 0.38 |
| Hex | 5 | 9B | BF | 61 | 13 | 0 | 19 | C0 | 5F | 26 |
| Octal | 5 | 233 | 277 | 141 | 23 | 0 | 31 | 300 | 137 | 46 |
| Binary | 101 | 10011011 | 10111111 | 1100001 | 10011 | 0 | 11001 | 11000000 | 1011111 | 100110 |
Color Harmonies of #059BBF
Complementary color
Monochromatic Colors of #059BBF
Black with #059BBF
Text Example
Text Example
White with #059BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BBF; }
p { color: rgb(5,155,191); }
H1.HeaderClassName
{
color: #059BBF;
}
.AnyTagClassName
{
color: #059BBF;
}
</style>
background-color css
<style>
a { background-color: #059BBF; }
a { background-color: rgb(5,155,191); }
div.DivClassName
{
background-color: #059BBF;
}
.BgClassName
{
background-color: #059BBF;
}
</style>
border-color css
<style>
span { border-color: #059BBF; }
span { border-color: rgb(5,155,191); }
td.TdClassName
{
border-color: #059BBF;
}
.TagClassName
{
border-color: #059BBF;
}
</style>