Shades of Pacific Blue #0DA6CA
Tints of Pacific Blue #0DA6CA
RGB
CMYK
RGB Variations
Color information
#0DA6CA (or 0x0DA6CA) is known color: Pacific Blue. HEX triplet: 0D, A6 and CA. RGB value is (13,166,202). Sum of RGB (Red+Green+Blue) = 13+166+202=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DA6CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6CA is #F25935. Grayscale: #7C7C7C. Windows color (decimal): -15882550 or 13280781. OLE color: 13280781.
HSL color Cylindrical-coordinate representation of color #0DA6CA: hue angle of 191.43º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA6CA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 166 | 202 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.21 |
| HSL | 191.43º | 0.88% | 0.42% | - |
| HSV(B) | 191.43º | 0.94% | 0.79% | - |
| XYZ | 24.46 | 31.62 | 60.69 | - |
| YUV | 124.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 202 | 0.94 | 0.18 | 0 | 0.21 | 191.43 | 0.88 | 0.42 |
| Hex | D | A6 | CA | 5E | 12 | 0 | 15 | BF | 58 | 2A |
| Octal | 15 | 246 | 312 | 136 | 22 | 0 | 25 | 277 | 130 | 52 |
| Binary | 1101 | 10100110 | 11001010 | 1011110 | 10010 | 0 | 10101 | 10111111 | 1011000 | 101010 |
Color Harmonies of #0DA6CA
Complementary color
Monochromatic Colors of #0DA6CA
Black with #0DA6CA
Text Example
Text Example
White with #0DA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6CA; }
p { color: rgb(13,166,202); }
H1.HeaderClassName
{
color: #0DA6CA;
}
.AnyTagClassName
{
color: #0DA6CA;
}
</style>
background-color css
<style>
a { background-color: #0DA6CA; }
a { background-color: rgb(13,166,202); }
div.DivClassName
{
background-color: #0DA6CA;
}
.BgClassName
{
background-color: #0DA6CA;
}
</style>
border-color css
<style>
span { border-color: #0DA6CA; }
span { border-color: rgb(13,166,202); }
td.TdClassName
{
border-color: #0DA6CA;
}
.TagClassName
{
border-color: #0DA6CA;
}
</style>