Shades of Pacific Blue #0D98CB
Tints of Pacific Blue #0D98CB
RGB
CMYK
RGB Variations
Color information
#0D98CB (or 0x0D98CB) is known color: Pacific Blue. HEX triplet: 0D, 98 and CB. RGB value is (13,152,203). Sum of RGB (Red+Green+Blue) = 13+152+203=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D98CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D98CB is #F26734. Grayscale: #737373. Windows color (decimal): -15886133 or 13342733. OLE color: 13342733.
HSL color Cylindrical-coordinate representation of color #0D98CB: hue angle of 196.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D98CB is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 152 | 203 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.20 |
| HSL | 196.11º | 0.88% | 0.42% | - |
| HSV(B) | 196.11º | 0.94% | 0.8% | - |
| XYZ | 22.17 | 26.85 | 60.51 | - |
| YUV | 116.25 | 176.95 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 203 | 0.94 | 0.25 | 0 | 0.20 | 196.11 | 0.88 | 0.42 |
| Hex | D | 98 | CB | 5E | 19 | 0 | 14 | C4 | 58 | 2A |
| Octal | 15 | 230 | 313 | 136 | 31 | 0 | 24 | 304 | 130 | 52 |
| Binary | 1101 | 10011000 | 11001011 | 1011110 | 11001 | 0 | 10100 | 11000100 | 1011000 | 101010 |
Color Harmonies of #0D98CB
Complementary color
Monochromatic Colors of #0D98CB
Black with #0D98CB
Text Example
Text Example
White with #0D98CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D98CB; }
p { color: rgb(13,152,203); }
H1.HeaderClassName
{
color: #0D98CB;
}
.AnyTagClassName
{
color: #0D98CB;
}
</style>
background-color css
<style>
a { background-color: #0D98CB; }
a { background-color: rgb(13,152,203); }
div.DivClassName
{
background-color: #0D98CB;
}
.BgClassName
{
background-color: #0D98CB;
}
</style>
border-color css
<style>
span { border-color: #0D98CB; }
span { border-color: rgb(13,152,203); }
td.TdClassName
{
border-color: #0D98CB;
}
.TagClassName
{
border-color: #0D98CB;
}
</style>