Shades of Pacific Blue #0C99DC
Tints of Pacific Blue #0C99DC
RGB
CMYK
RGB Variations
Color information
#0C99DC (or 0x0C99DC) is known color: Pacific Blue. HEX triplet: 0C, 99 and DC. RGB value is (12,153,220). Sum of RGB (Red+Green+Blue) = 12+153+220=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C99DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C99DC is #F36623. Grayscale: #767676. Windows color (decimal): -15951396 or 14457100. OLE color: 14457100.
HSL color Cylindrical-coordinate representation of color #0C99DC: hue angle of 199.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C99DC is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 153 | 220 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.14 |
| HSL | 199.33º | 0.9% | 0.45% | - |
| HSV(B) | 199.33º | 0.95% | 0.86% | - |
| XYZ | 24.46 | 28.03 | 71.83 | - |
| YUV | 118.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 220 | 0.95 | 0.30 | 0 | 0.14 | 199.33 | 0.9 | 0.45 |
| Hex | C | 99 | DC | 5F | 1E | 0 | E | C7 | 5A | 2D |
| Octal | 14 | 231 | 334 | 137 | 36 | 0 | 16 | 307 | 132 | 55 |
| Binary | 1100 | 10011001 | 11011100 | 1011111 | 11110 | 0 | 1110 | 11000111 | 1011010 | 101101 |
Color Harmonies of #0C99DC
Complementary color
Monochromatic Colors of #0C99DC
Black with #0C99DC
Text Example
Text Example
White with #0C99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99DC; }
p { color: rgb(12,153,220); }
H1.HeaderClassName
{
color: #0C99DC;
}
.AnyTagClassName
{
color: #0C99DC;
}
</style>
background-color css
<style>
a { background-color: #0C99DC; }
a { background-color: rgb(12,153,220); }
div.DivClassName
{
background-color: #0C99DC;
}
.BgClassName
{
background-color: #0C99DC;
}
</style>
border-color css
<style>
span { border-color: #0C99DC; }
span { border-color: rgb(12,153,220); }
td.TdClassName
{
border-color: #0C99DC;
}
.TagClassName
{
border-color: #0C99DC;
}
</style>