Shades of Pacific Blue #0C92DD
Tints of Pacific Blue #0C92DD
RGB
CMYK
RGB Variations
Color information
#0C92DD (or 0x0C92DD) is known color: Pacific Blue. HEX triplet: 0C, 92 and DD. RGB value is (12,146,221). Sum of RGB (Red+Green+Blue) = 12+146+221=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C92DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C92DD is #F36D22. Grayscale: #727272. Windows color (decimal): -15953187 or 14520844. OLE color: 14520844.
HSL color Cylindrical-coordinate representation of color #0C92DD: hue angle of 201.53º 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 #0C92DD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 146 | 221 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.13 |
| HSL | 201.53º | 0.9% | 0.46% | - |
| HSV(B) | 201.53º | 0.95% | 0.87% | - |
| XYZ | 23.48 | 25.86 | 72.16 | - |
| YUV | 114.48 | 188.11 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 221 | 0.95 | 0.34 | 0 | 0.13 | 201.53 | 0.9 | 0.46 |
| Hex | C | 92 | DD | 5F | 22 | 0 | D | CA | 5A | 2E |
| Octal | 14 | 222 | 335 | 137 | 42 | 0 | 15 | 312 | 132 | 56 |
| Binary | 1100 | 10010010 | 11011101 | 1011111 | 100010 | 0 | 1101 | 11001010 | 1011010 | 101110 |
Color Harmonies of #0C92DD
Complementary color
Monochromatic Colors of #0C92DD
Black with #0C92DD
Text Example
Text Example
White with #0C92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C92DD; }
p { color: rgb(12,146,221); }
H1.HeaderClassName
{
color: #0C92DD;
}
.AnyTagClassName
{
color: #0C92DD;
}
</style>
background-color css
<style>
a { background-color: #0C92DD; }
a { background-color: rgb(12,146,221); }
div.DivClassName
{
background-color: #0C92DD;
}
.BgClassName
{
background-color: #0C92DD;
}
</style>
border-color css
<style>
span { border-color: #0C92DD; }
span { border-color: rgb(12,146,221); }
td.TdClassName
{
border-color: #0C92DD;
}
.TagClassName
{
border-color: #0C92DD;
}
</style>