Shades of Pacific Blue #0C9BDD
Tints of Pacific Blue #0C9BDD
RGB
CMYK
RGB Variations
Color information
#0C9BDD (or 0x0C9BDD) is known color: Pacific Blue. HEX triplet: 0C, 9B and DD. RGB value is (12,155,221). Sum of RGB (Red+Green+Blue) = 12+155+221=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C9BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BDD is #F36422. Grayscale: #777777. Windows color (decimal): -15950883 or 14523148. OLE color: 14523148.
HSL color Cylindrical-coordinate representation of color #0C9BDD: hue angle of 198.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9BDD is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 155 | 221 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.13 |
| HSL | 198.95º | 0.9% | 0.46% | - |
| HSV(B) | 198.95º | 0.95% | 0.87% | - |
| XYZ | 24.92 | 28.74 | 72.64 | - |
| YUV | 119.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 155 | 221 | 0.95 | 0.30 | 0 | 0.13 | 198.95 | 0.9 | 0.46 |
| Hex | C | 9B | DD | 5F | 1E | 0 | D | C7 | 5A | 2E |
| Octal | 14 | 233 | 335 | 137 | 36 | 0 | 15 | 307 | 132 | 56 |
| Binary | 1100 | 10011011 | 11011101 | 1011111 | 11110 | 0 | 1101 | 11000111 | 1011010 | 101110 |
Color Harmonies of #0C9BDD
Complementary color
Monochromatic Colors of #0C9BDD
Black with #0C9BDD
Text Example
Text Example
White with #0C9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9BDD; }
p { color: rgb(12,155,221); }
H1.HeaderClassName
{
color: #0C9BDD;
}
.AnyTagClassName
{
color: #0C9BDD;
}
</style>
background-color css
<style>
a { background-color: #0C9BDD; }
a { background-color: rgb(12,155,221); }
div.DivClassName
{
background-color: #0C9BDD;
}
.BgClassName
{
background-color: #0C9BDD;
}
</style>
border-color css
<style>
span { border-color: #0C9BDD; }
span { border-color: rgb(12,155,221); }
td.TdClassName
{
border-color: #0C9BDD;
}
.TagClassName
{
border-color: #0C9BDD;
}
</style>