Shades of Pacific Blue #0599DF
Tints of Pacific Blue #0599DF
RGB
CMYK
RGB Variations
Color information
#0599DF (or 0x0599DF) is known color: Pacific Blue. HEX triplet: 05, 99 and DF. RGB value is (5,153,223). Sum of RGB (Red+Green+Blue) = 5+153+223=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0599DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599DF is #FA6620. Grayscale: #747474. Windows color (decimal): -16410145 or 14653701. OLE color: 14653701.
HSL color Cylindrical-coordinate representation of color #0599DF: hue angle of 199.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599DF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 153 | 223 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.13 |
| HSL | 199.27º | 0.96% | 0.45% | - |
| HSV(B) | 199.27º | 0.98% | 0.87% | - |
| XYZ | 24.77 | 28.14 | 73.94 | - |
| YUV | 116.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 223 | 0.98 | 0.31 | 0 | 0.13 | 199.27 | 0.96 | 0.45 |
| Hex | 5 | 99 | DF | 62 | 1F | 0 | D | C7 | 60 | 2D |
| Octal | 5 | 231 | 337 | 142 | 37 | 0 | 15 | 307 | 140 | 55 |
| Binary | 101 | 10011001 | 11011111 | 1100010 | 11111 | 0 | 1101 | 11000111 | 1100000 | 101101 |
Color Harmonies of #0599DF
Complementary color
Monochromatic Colors of #0599DF
Black with #0599DF
Text Example
Text Example
White with #0599DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599DF; }
p { color: rgb(5,153,223); }
H1.HeaderClassName
{
color: #0599DF;
}
.AnyTagClassName
{
color: #0599DF;
}
</style>
background-color css
<style>
a { background-color: #0599DF; }
a { background-color: rgb(5,153,223); }
div.DivClassName
{
background-color: #0599DF;
}
.BgClassName
{
background-color: #0599DF;
}
</style>
border-color css
<style>
span { border-color: #0599DF; }
span { border-color: rgb(5,153,223); }
td.TdClassName
{
border-color: #0599DF;
}
.TagClassName
{
border-color: #0599DF;
}
</style>