Shades of Pacific Blue #0599C6
Tints of Pacific Blue #0599C6
RGB
CMYK
RGB Variations
Color information
#0599C6 (or 0x0599C6) is known color: Pacific Blue. HEX triplet: 05, 99 and C6. RGB value is (5,153,198). Sum of RGB (Red+Green+Blue) = 5+153+198=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #0599C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599C6 is #FA6639. Grayscale: #717171. Windows color (decimal): -16410170 or 13015301. OLE color: 13015301.
HSL color Cylindrical-coordinate representation of color #0599C6: hue angle of 193.99º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599C6 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 153 | 198 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.22 |
| HSL | 193.99º | 0.95% | 0.4% | - |
| HSV(B) | 193.99º | 0.97% | 0.78% | - |
| XYZ | 21.65 | 26.89 | 57.48 | - |
| YUV | 113.88 | 175.47 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 198 | 0.97 | 0.23 | 0 | 0.22 | 193.99 | 0.95 | 0.4 |
| Hex | 5 | 99 | C6 | 61 | 17 | 0 | 16 | C2 | 5F | 28 |
| Octal | 5 | 231 | 306 | 141 | 27 | 0 | 26 | 302 | 137 | 50 |
| Binary | 101 | 10011001 | 11000110 | 1100001 | 10111 | 0 | 10110 | 11000010 | 1011111 | 101000 |
Color Harmonies of #0599C6
Complementary color
Monochromatic Colors of #0599C6
Black with #0599C6
Text Example
Text Example
White with #0599C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599C6; }
p { color: rgb(5,153,198); }
H1.HeaderClassName
{
color: #0599C6;
}
.AnyTagClassName
{
color: #0599C6;
}
</style>
background-color css
<style>
a { background-color: #0599C6; }
a { background-color: rgb(5,153,198); }
div.DivClassName
{
background-color: #0599C6;
}
.BgClassName
{
background-color: #0599C6;
}
</style>
border-color css
<style>
span { border-color: #0599C6; }
span { border-color: rgb(5,153,198); }
td.TdClassName
{
border-color: #0599C6;
}
.TagClassName
{
border-color: #0599C6;
}
</style>