Shades of Pacific Blue #0599CF
Tints of Pacific Blue #0599CF
RGB
CMYK
RGB Variations
Color information
#0599CF (or 0x0599CF) is known color: Pacific Blue. HEX triplet: 05, 99 and CF. RGB value is (5,153,207). Sum of RGB (Red+Green+Blue) = 5+153+207=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #0599CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599CF is #FA6630. Grayscale: #727272. Windows color (decimal): -16410161 or 13605125. OLE color: 13605125.
HSL color Cylindrical-coordinate representation of color #0599CF: hue angle of 196.04º 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 #0599CF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 153 | 207 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.19 |
| HSL | 196.04º | 0.95% | 0.42% | - |
| HSV(B) | 196.04º | 0.98% | 0.81% | - |
| XYZ | 22.72 | 27.32 | 63.11 | - |
| YUV | 114.9 | 179.97 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 207 | 0.98 | 0.26 | 0 | 0.19 | 196.04 | 0.95 | 0.42 |
| Hex | 5 | 99 | CF | 62 | 1A | 0 | 13 | C4 | 5F | 2A |
| Octal | 5 | 231 | 317 | 142 | 32 | 0 | 23 | 304 | 137 | 52 |
| Binary | 101 | 10011001 | 11001111 | 1100010 | 11010 | 0 | 10011 | 11000100 | 1011111 | 101010 |
Color Harmonies of #0599CF
Complementary color
Monochromatic Colors of #0599CF
Black with #0599CF
Text Example
Text Example
White with #0599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599CF; }
p { color: rgb(5,153,207); }
H1.HeaderClassName
{
color: #0599CF;
}
.AnyTagClassName
{
color: #0599CF;
}
</style>
background-color css
<style>
a { background-color: #0599CF; }
a { background-color: rgb(5,153,207); }
div.DivClassName
{
background-color: #0599CF;
}
.BgClassName
{
background-color: #0599CF;
}
</style>
border-color css
<style>
span { border-color: #0599CF; }
span { border-color: rgb(5,153,207); }
td.TdClassName
{
border-color: #0599CF;
}
.TagClassName
{
border-color: #0599CF;
}
</style>