Shades of Pacific Blue #0992CB
Tints of Pacific Blue #0992CB
RGB
CMYK
RGB Variations
Color information
#0992CB (or 0x0992CB) is known color: Pacific Blue. HEX triplet: 09, 92 and CB. RGB value is (9,146,203). Sum of RGB (Red+Green+Blue) = 9+146+203=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #0992CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992CB is #F66D34. Grayscale: #6F6F6F. Windows color (decimal): -16149813 or 13341193. OLE color: 13341193.
HSL color Cylindrical-coordinate representation of color #0992CB: hue angle of 197.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992CB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 146 | 203 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.20 |
| HSL | 197.63º | 0.92% | 0.42% | - |
| HSV(B) | 197.63º | 0.96% | 0.8% | - |
| XYZ | 21.17 | 24.93 | 60.2 | - |
| YUV | 111.54 | 179.61 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 203 | 0.96 | 0.28 | 0 | 0.20 | 197.63 | 0.92 | 0.42 |
| Hex | 9 | 92 | CB | 60 | 1C | 0 | 14 | C6 | 5C | 2A |
| Octal | 11 | 222 | 313 | 140 | 34 | 0 | 24 | 306 | 134 | 52 |
| Binary | 1001 | 10010010 | 11001011 | 1100000 | 11100 | 0 | 10100 | 11000110 | 1011100 | 101010 |
Color Harmonies of #0992CB
Complementary color
Monochromatic Colors of #0992CB
Black with #0992CB
Text Example
Text Example
White with #0992CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992CB; }
p { color: rgb(9,146,203); }
H1.HeaderClassName
{
color: #0992CB;
}
.AnyTagClassName
{
color: #0992CB;
}
</style>
background-color css
<style>
a { background-color: #0992CB; }
a { background-color: rgb(9,146,203); }
div.DivClassName
{
background-color: #0992CB;
}
.BgClassName
{
background-color: #0992CB;
}
</style>
border-color css
<style>
span { border-color: #0992CB; }
span { border-color: rgb(9,146,203); }
td.TdClassName
{
border-color: #0992CB;
}
.TagClassName
{
border-color: #0992CB;
}
</style>