Shades of Pacific Blue #0598D0
Tints of Pacific Blue #0598D0
RGB
CMYK
RGB Variations
Color information
#0598D0 (or 0x0598D0) is known color: Pacific Blue. HEX triplet: 05, 98 and D0. RGB value is (5,152,208). Sum of RGB (Red+Green+Blue) = 5+152+208=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #0598D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598D0 is #FA672F. Grayscale: #727272. Windows color (decimal): -16410416 or 13670405. OLE color: 13670405.
HSL color Cylindrical-coordinate representation of color #0598D0: hue angle of 196.55º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598D0 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 152 | 208 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.18 |
| HSL | 196.55º | 0.95% | 0.42% | - |
| HSV(B) | 196.55º | 0.98% | 0.82% | - |
| XYZ | 22.68 | 27.04 | 63.7 | - |
| YUV | 114.43 | 180.8 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 208 | 0.98 | 0.27 | 0 | 0.18 | 196.55 | 0.95 | 0.42 |
| Hex | 5 | 98 | D0 | 62 | 1B | 0 | 12 | C5 | 5F | 2A |
| Octal | 5 | 230 | 320 | 142 | 33 | 0 | 22 | 305 | 137 | 52 |
| Binary | 101 | 10011000 | 11010000 | 1100010 | 11011 | 0 | 10010 | 11000101 | 1011111 | 101010 |
Color Harmonies of #0598D0
Complementary color
Monochromatic Colors of #0598D0
Black with #0598D0
Text Example
Text Example
White with #0598D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0598D0; }
p { color: rgb(5,152,208); }
H1.HeaderClassName
{
color: #0598D0;
}
.AnyTagClassName
{
color: #0598D0;
}
</style>
background-color css
<style>
a { background-color: #0598D0; }
a { background-color: rgb(5,152,208); }
div.DivClassName
{
background-color: #0598D0;
}
.BgClassName
{
background-color: #0598D0;
}
</style>
border-color css
<style>
span { border-color: #0598D0; }
span { border-color: rgb(5,152,208); }
td.TdClassName
{
border-color: #0598D0;
}
.TagClassName
{
border-color: #0598D0;
}
</style>