Shades of Pacific Blue #0892DE
Tints of Pacific Blue #0892DE
RGB
CMYK
RGB Variations
Color information
#0892DE (or 0x0892DE) is known color: Pacific Blue. HEX triplet: 08, 92 and DE. RGB value is (8,146,222). Sum of RGB (Red+Green+Blue) = 8+146+222=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #0892DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892DE is #F76D21. Grayscale: #707070. Windows color (decimal): -16215330 or 14586376. OLE color: 14586376.
HSL color Cylindrical-coordinate representation of color #0892DE: hue angle of 201.31º degrees, saturation: 0.93, 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 #0892DE is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 146 | 222 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.13 |
| HSL | 201.31º | 0.93% | 0.45% | - |
| HSV(B) | 201.31º | 0.96% | 0.87% | - |
| XYZ | 23.56 | 25.88 | 72.86 | - |
| YUV | 113.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 222 | 0.96 | 0.34 | 0 | 0.13 | 201.31 | 0.93 | 0.45 |
| Hex | 8 | 92 | DE | 60 | 22 | 0 | D | C9 | 5D | 2D |
| Octal | 10 | 222 | 336 | 140 | 42 | 0 | 15 | 311 | 135 | 55 |
| Binary | 1000 | 10010010 | 11011110 | 1100000 | 100010 | 0 | 1101 | 11001001 | 1011101 | 101101 |
Color Harmonies of #0892DE
Complementary color
Monochromatic Colors of #0892DE
Black with #0892DE
Text Example
Text Example
White with #0892DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892DE; }
p { color: rgb(8,146,222); }
H1.HeaderClassName
{
color: #0892DE;
}
.AnyTagClassName
{
color: #0892DE;
}
</style>
background-color css
<style>
a { background-color: #0892DE; }
a { background-color: rgb(8,146,222); }
div.DivClassName
{
background-color: #0892DE;
}
.BgClassName
{
background-color: #0892DE;
}
</style>
border-color css
<style>
span { border-color: #0892DE; }
span { border-color: rgb(8,146,222); }
td.TdClassName
{
border-color: #0892DE;
}
.TagClassName
{
border-color: #0892DE;
}
</style>