Shades of Pacific Blue #0C93CA
Tints of Pacific Blue #0C93CA
RGB
CMYK
RGB Variations
Color information
#0C93CA (or 0x0C93CA) is known color: Pacific Blue. HEX triplet: 0C, 93 and CA. RGB value is (12,147,202). Sum of RGB (Red+Green+Blue) = 12+147+202=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C93CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C93CA is #F36C35. Grayscale: #707070. Windows color (decimal): -15952950 or 13275916. OLE color: 13275916.
HSL color Cylindrical-coordinate representation of color #0C93CA: hue angle of 197.37º degrees, saturation: 0.89, 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 #0C93CA is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 147 | 202 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.21 |
| HSL | 197.37º | 0.89% | 0.42% | - |
| HSV(B) | 197.37º | 0.94% | 0.79% | - |
| XYZ | 21.25 | 25.21 | 59.62 | - |
| YUV | 112.91 | 178.27 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 202 | 0.94 | 0.27 | 0 | 0.21 | 197.37 | 0.89 | 0.42 |
| Hex | C | 93 | CA | 5E | 1B | 0 | 15 | C5 | 59 | 2A |
| Octal | 14 | 223 | 312 | 136 | 33 | 0 | 25 | 305 | 131 | 52 |
| Binary | 1100 | 10010011 | 11001010 | 1011110 | 11011 | 0 | 10101 | 11000101 | 1011001 | 101010 |
Color Harmonies of #0C93CA
Complementary color
Monochromatic Colors of #0C93CA
Black with #0C93CA
Text Example
Text Example
White with #0C93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93CA; }
p { color: rgb(12,147,202); }
H1.HeaderClassName
{
color: #0C93CA;
}
.AnyTagClassName
{
color: #0C93CA;
}
</style>
background-color css
<style>
a { background-color: #0C93CA; }
a { background-color: rgb(12,147,202); }
div.DivClassName
{
background-color: #0C93CA;
}
.BgClassName
{
background-color: #0C93CA;
}
</style>
border-color css
<style>
span { border-color: #0C93CA; }
span { border-color: rgb(12,147,202); }
td.TdClassName
{
border-color: #0C93CA;
}
.TagClassName
{
border-color: #0C93CA;
}
</style>