Shades of Pacific Blue #0DA2CB
Tints of Pacific Blue #0DA2CB
RGB
CMYK
RGB Variations
Color information
#0DA2CB (or 0x0DA2CB) is known color: Pacific Blue. HEX triplet: 0D, A2 and CB. RGB value is (13,162,203). Sum of RGB (Red+Green+Blue) = 13+162+203=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DA2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA2CB is #F25D34. Grayscale: #797979. Windows color (decimal): -15883573 or 13345293. OLE color: 13345293.
HSL color Cylindrical-coordinate representation of color #0DA2CB: hue angle of 192.95º 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 #0DA2CB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 162 | 203 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.20 |
| HSL | 192.95º | 0.88% | 0.42% | - |
| HSV(B) | 192.95º | 0.94% | 0.8% | - |
| XYZ | 23.87 | 30.24 | 61.08 | - |
| YUV | 122.12 | 173.64 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 203 | 0.94 | 0.20 | 0 | 0.20 | 192.95 | 0.88 | 0.42 |
| Hex | D | A2 | CB | 5E | 14 | 0 | 14 | C1 | 58 | 2A |
| Octal | 15 | 242 | 313 | 136 | 24 | 0 | 24 | 301 | 130 | 52 |
| Binary | 1101 | 10100010 | 11001011 | 1011110 | 10100 | 0 | 10100 | 11000001 | 1011000 | 101010 |
Color Harmonies of #0DA2CB
Complementary color
Monochromatic Colors of #0DA2CB
Black with #0DA2CB
Text Example
Text Example
White with #0DA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA2CB; }
p { color: rgb(13,162,203); }
H1.HeaderClassName
{
color: #0DA2CB;
}
.AnyTagClassName
{
color: #0DA2CB;
}
</style>
background-color css
<style>
a { background-color: #0DA2CB; }
a { background-color: rgb(13,162,203); }
div.DivClassName
{
background-color: #0DA2CB;
}
.BgClassName
{
background-color: #0DA2CB;
}
</style>
border-color css
<style>
span { border-color: #0DA2CB; }
span { border-color: rgb(13,162,203); }
td.TdClassName
{
border-color: #0DA2CB;
}
.TagClassName
{
border-color: #0DA2CB;
}
</style>