Shades of Pacific Blue #0992CA
Tints of Pacific Blue #0992CA
RGB
CMYK
RGB Variations
Color information
#0992CA (or 0x0992CA) is known color: Pacific Blue. HEX triplet: 09, 92 and CA. RGB value is (9,146,202). Sum of RGB (Red+Green+Blue) = 9+146+202=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #0992CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992CA is #F66D35. Grayscale: #6F6F6F. Windows color (decimal): -16149814 or 13275657. OLE color: 13275657.
HSL color Cylindrical-coordinate representation of color #0992CA: hue angle of 197.41º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992CA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 146 | 202 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.21 |
| HSL | 197.41º | 0.91% | 0.41% | - |
| HSV(B) | 197.41º | 0.96% | 0.79% | - |
| XYZ | 21.05 | 24.88 | 59.57 | - |
| YUV | 111.42 | 179.11 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 202 | 0.96 | 0.28 | 0 | 0.21 | 197.41 | 0.91 | 0.41 |
| Hex | 9 | 92 | CA | 60 | 1C | 0 | 15 | C5 | 5B | 29 |
| Octal | 11 | 222 | 312 | 140 | 34 | 0 | 25 | 305 | 133 | 51 |
| Binary | 1001 | 10010010 | 11001010 | 1100000 | 11100 | 0 | 10101 | 11000101 | 1011011 | 101001 |
Color Harmonies of #0992CA
Complementary color
Monochromatic Colors of #0992CA
Black with #0992CA
Text Example
Text Example
White with #0992CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992CA; }
p { color: rgb(9,146,202); }
H1.HeaderClassName
{
color: #0992CA;
}
.AnyTagClassName
{
color: #0992CA;
}
</style>
background-color css
<style>
a { background-color: #0992CA; }
a { background-color: rgb(9,146,202); }
div.DivClassName
{
background-color: #0992CA;
}
.BgClassName
{
background-color: #0992CA;
}
</style>
border-color css
<style>
span { border-color: #0992CA; }
span { border-color: rgb(9,146,202); }
td.TdClassName
{
border-color: #0992CA;
}
.TagClassName
{
border-color: #0992CA;
}
</style>