Shades of Pacific Blue #0889DF
Tints of Pacific Blue #0889DF
RGB
CMYK
RGB Variations
Color information
#0889DF (or 0x0889DF) is known color: Pacific Blue. HEX triplet: 08, 89 and DF. RGB value is (8,137,223). Sum of RGB (Red+Green+Blue) = 8+137+223=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #0889DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889DF is #F77620. Grayscale: #6B6B6B. Windows color (decimal): -16217633 or 14649608. OLE color: 14649608.
HSL color Cylindrical-coordinate representation of color #0889DF: hue angle of 204º 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 #0889DF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 137 | 223 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.13 |
| HSL | 204º | 0.93% | 0.45% | - |
| HSV(B) | 204º | 0.96% | 0.87% | - |
| XYZ | 22.37 | 23.27 | 73.12 | - |
| YUV | 108.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 223 | 0.96 | 0.39 | 0 | 0.13 | 204 | 0.93 | 0.45 |
| Hex | 8 | 89 | DF | 60 | 27 | 0 | D | CC | 5D | 2D |
| Octal | 10 | 211 | 337 | 140 | 47 | 0 | 15 | 314 | 135 | 55 |
| Binary | 1000 | 10001001 | 11011111 | 1100000 | 100111 | 0 | 1101 | 11001100 | 1011101 | 101101 |
Color Harmonies of #0889DF
Complementary color
Monochromatic Colors of #0889DF
Black with #0889DF
Text Example
Text Example
White with #0889DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889DF; }
p { color: rgb(8,137,223); }
H1.HeaderClassName
{
color: #0889DF;
}
.AnyTagClassName
{
color: #0889DF;
}
</style>
background-color css
<style>
a { background-color: #0889DF; }
a { background-color: rgb(8,137,223); }
div.DivClassName
{
background-color: #0889DF;
}
.BgClassName
{
background-color: #0889DF;
}
</style>
border-color css
<style>
span { border-color: #0889DF; }
span { border-color: rgb(8,137,223); }
td.TdClassName
{
border-color: #0889DF;
}
.TagClassName
{
border-color: #0889DF;
}
</style>