Shades of Pacific Blue #0DA2BF
Tints of Pacific Blue #0DA2BF
RGB
CMYK
RGB Variations
Color information
#0DA2BF (or 0x0DA2BF) is known color: Pacific Blue. HEX triplet: 0D, A2 and BF. RGB value is (13,162,191). Sum of RGB (Red+Green+Blue) = 13+162+191=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #0DA2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA2BF is #F25D40. Grayscale: #787878. Windows color (decimal): -15883585 or 12558861. OLE color: 12558861.
HSL color Cylindrical-coordinate representation of color #0DA2BF: hue angle of 189.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA2BF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 162 | 191 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.25 |
| HSL | 189.78º | 0.87% | 0.4% | - |
| HSV(B) | 189.78º | 0.93% | 0.75% | - |
| XYZ | 22.49 | 29.69 | 53.84 | - |
| YUV | 120.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 191 | 0.93 | 0.15 | 0 | 0.25 | 189.78 | 0.87 | 0.4 |
| Hex | D | A2 | BF | 5D | F | 0 | 19 | BE | 57 | 28 |
| Octal | 15 | 242 | 277 | 135 | 17 | 0 | 31 | 276 | 127 | 50 |
| Binary | 1101 | 10100010 | 10111111 | 1011101 | 1111 | 0 | 11001 | 10111110 | 1010111 | 101000 |
Color Harmonies of #0DA2BF
Complementary color
Monochromatic Colors of #0DA2BF
Black with #0DA2BF
Text Example
Text Example
White with #0DA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA2BF; }
p { color: rgb(13,162,191); }
H1.HeaderClassName
{
color: #0DA2BF;
}
.AnyTagClassName
{
color: #0DA2BF;
}
</style>
background-color css
<style>
a { background-color: #0DA2BF; }
a { background-color: rgb(13,162,191); }
div.DivClassName
{
background-color: #0DA2BF;
}
.BgClassName
{
background-color: #0DA2BF;
}
</style>
border-color css
<style>
span { border-color: #0DA2BF; }
span { border-color: rgb(13,162,191); }
td.TdClassName
{
border-color: #0DA2BF;
}
.TagClassName
{
border-color: #0DA2BF;
}
</style>