Shades of Pacific Blue #0992DF
Tints of Pacific Blue #0992DF
RGB
CMYK
RGB Variations
Color information
#0992DF (or 0x0992DF) is known color: Pacific Blue. HEX triplet: 09, 92 and DF. RGB value is (9,146,223). Sum of RGB (Red+Green+Blue) = 9+146+223=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #0992DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992DF is #F66D20. Grayscale: #717171. Windows color (decimal): -16149793 or 14651913. OLE color: 14651913.
HSL color Cylindrical-coordinate representation of color #0992DF: hue angle of 201.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992DF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 146 | 223 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.13 |
| HSL | 201.59º | 0.92% | 0.45% | - |
| HSV(B) | 201.59º | 0.96% | 0.87% | - |
| XYZ | 23.71 | 25.94 | 73.57 | - |
| YUV | 113.82 | 189.61 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 223 | 0.96 | 0.35 | 0 | 0.13 | 201.59 | 0.92 | 0.45 |
| Hex | 9 | 92 | DF | 60 | 23 | 0 | D | CA | 5C | 2D |
| Octal | 11 | 222 | 337 | 140 | 43 | 0 | 15 | 312 | 134 | 55 |
| Binary | 1001 | 10010010 | 11011111 | 1100000 | 100011 | 0 | 1101 | 11001010 | 1011100 | 101101 |
Color Harmonies of #0992DF
Complementary color
Monochromatic Colors of #0992DF
Black with #0992DF
Text Example
Text Example
White with #0992DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992DF; }
p { color: rgb(9,146,223); }
H1.HeaderClassName
{
color: #0992DF;
}
.AnyTagClassName
{
color: #0992DF;
}
</style>
background-color css
<style>
a { background-color: #0992DF; }
a { background-color: rgb(9,146,223); }
div.DivClassName
{
background-color: #0992DF;
}
.BgClassName
{
background-color: #0992DF;
}
</style>
border-color css
<style>
span { border-color: #0992DF; }
span { border-color: rgb(9,146,223); }
td.TdClassName
{
border-color: #0992DF;
}
.TagClassName
{
border-color: #0992DF;
}
</style>