Shades of Pacific Blue #0C99C3
Tints of Pacific Blue #0C99C3
RGB
CMYK
RGB Variations
Color information
#0C99C3 (or 0x0C99C3) is known color: Pacific Blue. HEX triplet: 0C, 99 and C3. RGB value is (12,153,195). Sum of RGB (Red+Green+Blue) = 12+153+195=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #0C99C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C99C3 is #F3663C. Grayscale: #737373. Windows color (decimal): -15951421 or 12818700. OLE color: 12818700.
HSL color Cylindrical-coordinate representation of color #0C99C3: hue angle of 193.77º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C99C3 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 153 | 195 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.24 |
| HSL | 193.77º | 0.88% | 0.41% | - |
| HSV(B) | 193.77º | 0.94% | 0.76% | - |
| XYZ | 21.39 | 26.8 | 55.68 | - |
| YUV | 115.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 195 | 0.94 | 0.22 | 0 | 0.24 | 193.77 | 0.88 | 0.41 |
| Hex | C | 99 | C3 | 5E | 16 | 0 | 18 | C2 | 58 | 29 |
| Octal | 14 | 231 | 303 | 136 | 26 | 0 | 30 | 302 | 130 | 51 |
| Binary | 1100 | 10011001 | 11000011 | 1011110 | 10110 | 0 | 11000 | 11000010 | 1011000 | 101001 |
Color Harmonies of #0C99C3
Complementary color
Monochromatic Colors of #0C99C3
Black with #0C99C3
Text Example
Text Example
White with #0C99C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C99C3; }
p { color: rgb(12,153,195); }
H1.HeaderClassName
{
color: #0C99C3;
}
.AnyTagClassName
{
color: #0C99C3;
}
</style>
background-color css
<style>
a { background-color: #0C99C3; }
a { background-color: rgb(12,153,195); }
div.DivClassName
{
background-color: #0C99C3;
}
.BgClassName
{
background-color: #0C99C3;
}
</style>
border-color css
<style>
span { border-color: #0C99C3; }
span { border-color: rgb(12,153,195); }
td.TdClassName
{
border-color: #0C99C3;
}
.TagClassName
{
border-color: #0C99C3;
}
</style>