Shades of Pacific Blue #0892D1
Tints of Pacific Blue #0892D1
RGB
CMYK
RGB Variations
Color information
#0892D1 (or 0x0892D1) is known color: Pacific Blue. HEX triplet: 08, 92 and D1. RGB value is (8,146,209). Sum of RGB (Red+Green+Blue) = 8+146+209=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #0892D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892D1 is #F76D2E. Grayscale: #6F6F6F. Windows color (decimal): -16215343 or 13734408. OLE color: 13734408.
HSL color Cylindrical-coordinate representation of color #0892D1: hue angle of 198.81º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0892D1 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 146 | 209 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.18 |
| HSL | 198.81º | 0.93% | 0.43% | - |
| HSV(B) | 198.81º | 0.96% | 0.82% | - |
| XYZ | 21.89 | 25.21 | 64.03 | - |
| YUV | 111.92 | 182.78 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 209 | 0.96 | 0.30 | 0 | 0.18 | 198.81 | 0.93 | 0.43 |
| Hex | 8 | 92 | D1 | 60 | 1E | 0 | 12 | C7 | 5D | 2B |
| Octal | 10 | 222 | 321 | 140 | 36 | 0 | 22 | 307 | 135 | 53 |
| Binary | 1000 | 10010010 | 11010001 | 1100000 | 11110 | 0 | 10010 | 11000111 | 1011101 | 101011 |
Color Harmonies of #0892D1
Complementary color
Monochromatic Colors of #0892D1
Black with #0892D1
Text Example
Text Example
White with #0892D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892D1; }
p { color: rgb(8,146,209); }
H1.HeaderClassName
{
color: #0892D1;
}
.AnyTagClassName
{
color: #0892D1;
}
</style>
background-color css
<style>
a { background-color: #0892D1; }
a { background-color: rgb(8,146,209); }
div.DivClassName
{
background-color: #0892D1;
}
.BgClassName
{
background-color: #0892D1;
}
</style>
border-color css
<style>
span { border-color: #0892D1; }
span { border-color: rgb(8,146,209); }
td.TdClassName
{
border-color: #0892D1;
}
.TagClassName
{
border-color: #0892D1;
}
</style>