Shades of Pacific Blue #0892DA
Tints of Pacific Blue #0892DA
RGB
CMYK
RGB Variations
Color information
#0892DA (or 0x0892DA) is known color: Pacific Blue. HEX triplet: 08, 92 and DA. RGB value is (8,146,218). Sum of RGB (Red+Green+Blue) = 8+146+218=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #0892DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892DA is #F76D25. Grayscale: #707070. Windows color (decimal): -16215334 or 14324232. OLE color: 14324232.
HSL color Cylindrical-coordinate representation of color #0892DA: hue angle of 200.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0892DA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 146 | 218 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.15 |
| HSL | 200.57º | 0.93% | 0.44% | - |
| HSV(B) | 200.57º | 0.96% | 0.85% | - |
| XYZ | 23.03 | 25.67 | 70.07 | - |
| YUV | 112.95 | 187.28 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 218 | 0.96 | 0.33 | 0 | 0.15 | 200.57 | 0.93 | 0.44 |
| Hex | 8 | 92 | DA | 60 | 21 | 0 | F | C9 | 5D | 2C |
| Octal | 10 | 222 | 332 | 140 | 41 | 0 | 17 | 311 | 135 | 54 |
| Binary | 1000 | 10010010 | 11011010 | 1100000 | 100001 | 0 | 1111 | 11001001 | 1011101 | 101100 |
Color Harmonies of #0892DA
Complementary color
Monochromatic Colors of #0892DA
Black with #0892DA
Text Example
Text Example
White with #0892DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892DA; }
p { color: rgb(8,146,218); }
H1.HeaderClassName
{
color: #0892DA;
}
.AnyTagClassName
{
color: #0892DA;
}
</style>
background-color css
<style>
a { background-color: #0892DA; }
a { background-color: rgb(8,146,218); }
div.DivClassName
{
background-color: #0892DA;
}
.BgClassName
{
background-color: #0892DA;
}
</style>
border-color css
<style>
span { border-color: #0892DA; }
span { border-color: rgb(8,146,218); }
td.TdClassName
{
border-color: #0892DA;
}
.TagClassName
{
border-color: #0892DA;
}
</style>