Shades of Pacific Blue #0DA4CF
Tints of Pacific Blue #0DA4CF
RGB
CMYK
RGB Variations
Color information
#0DA4CF (or 0x0DA4CF) is known color: Pacific Blue. HEX triplet: 0D, A4 and CF. RGB value is (13,164,207). Sum of RGB (Red+Green+Blue) = 13+164+207=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DA4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA4CF is #F25B30. Grayscale: #7B7B7B. Windows color (decimal): -15883057 or 13607949. OLE color: 13607949.
HSL color Cylindrical-coordinate representation of color #0DA4CF: hue angle of 193.3º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA4CF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 164 | 207 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.19 |
| HSL | 193.3º | 0.88% | 0.43% | - |
| HSV(B) | 193.3º | 0.94% | 0.81% | - |
| XYZ | 24.7 | 31.14 | 63.74 | - |
| YUV | 123.75 | 174.97 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 207 | 0.94 | 0.21 | 0 | 0.19 | 193.3 | 0.88 | 0.43 |
| Hex | D | A4 | CF | 5E | 15 | 0 | 13 | C1 | 58 | 2B |
| Octal | 15 | 244 | 317 | 136 | 25 | 0 | 23 | 301 | 130 | 53 |
| Binary | 1101 | 10100100 | 11001111 | 1011110 | 10101 | 0 | 10011 | 11000001 | 1011000 | 101011 |
Color Harmonies of #0DA4CF
Complementary color
Monochromatic Colors of #0DA4CF
Black with #0DA4CF
Text Example
Text Example
White with #0DA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA4CF; }
p { color: rgb(13,164,207); }
H1.HeaderClassName
{
color: #0DA4CF;
}
.AnyTagClassName
{
color: #0DA4CF;
}
</style>
background-color css
<style>
a { background-color: #0DA4CF; }
a { background-color: rgb(13,164,207); }
div.DivClassName
{
background-color: #0DA4CF;
}
.BgClassName
{
background-color: #0DA4CF;
}
</style>
border-color css
<style>
span { border-color: #0DA4CF; }
span { border-color: rgb(13,164,207); }
td.TdClassName
{
border-color: #0DA4CF;
}
.TagClassName
{
border-color: #0DA4CF;
}
</style>