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