Shades of Pacific Blue #0C94DA
Tints of Pacific Blue #0C94DA
RGB
CMYK
RGB Variations
Color information
#0C94DA (or 0x0C94DA) is known color: Pacific Blue. HEX triplet: 0C, 94 and DA. RGB value is (12,148,218). Sum of RGB (Red+Green+Blue) = 12+148+218=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C94DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C94DA is #F36B25. Grayscale: #727272. Windows color (decimal): -15952678 or 14324748. OLE color: 14324748.
HSL color Cylindrical-coordinate representation of color #0C94DA: hue angle of 200.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C94DA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 148 | 218 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.15 |
| HSL | 200.39º | 0.9% | 0.45% | - |
| HSV(B) | 200.39º | 0.94% | 0.85% | - |
| XYZ | 23.4 | 26.32 | 70.18 | - |
| YUV | 115.32 | 185.94 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 218 | 0.94 | 0.32 | 0 | 0.15 | 200.39 | 0.9 | 0.45 |
| Hex | C | 94 | DA | 5E | 20 | 0 | F | C8 | 5A | 2D |
| Octal | 14 | 224 | 332 | 136 | 40 | 0 | 17 | 310 | 132 | 55 |
| Binary | 1100 | 10010100 | 11011010 | 1011110 | 100000 | 0 | 1111 | 11001000 | 1011010 | 101101 |
Color Harmonies of #0C94DA
Complementary color
Monochromatic Colors of #0C94DA
Black with #0C94DA
Text Example
Text Example
White with #0C94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C94DA; }
p { color: rgb(12,148,218); }
H1.HeaderClassName
{
color: #0C94DA;
}
.AnyTagClassName
{
color: #0C94DA;
}
</style>
background-color css
<style>
a { background-color: #0C94DA; }
a { background-color: rgb(12,148,218); }
div.DivClassName
{
background-color: #0C94DA;
}
.BgClassName
{
background-color: #0C94DA;
}
</style>
border-color css
<style>
span { border-color: #0C94DA; }
span { border-color: rgb(12,148,218); }
td.TdClassName
{
border-color: #0C94DA;
}
.TagClassName
{
border-color: #0C94DA;
}
</style>