Shades of Pacific Blue #089BDC
Tints of Pacific Blue #089BDC
RGB
CMYK
RGB Variations
Color information
#089BDC (or 0x089BDC) is known color: Pacific Blue. HEX triplet: 08, 9B and DC. RGB value is (8,155,220). Sum of RGB (Red+Green+Blue) = 8+155+220=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #089BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BDC is #F76423. Grayscale: #767676. Windows color (decimal): -16213028 or 14457608. OLE color: 14457608.
HSL color Cylindrical-coordinate representation of color #089BDC: hue angle of 198.4º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BDC is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 155 | 220 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.14 |
| HSL | 198.4º | 0.93% | 0.45% | - |
| HSV(B) | 198.4º | 0.96% | 0.86% | - |
| XYZ | 24.74 | 28.66 | 71.94 | - |
| YUV | 118.46 | 185.3 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 220 | 0.96 | 0.30 | 0 | 0.14 | 198.4 | 0.93 | 0.45 |
| Hex | 8 | 9B | DC | 60 | 1E | 0 | E | C6 | 5D | 2D |
| Octal | 10 | 233 | 334 | 140 | 36 | 0 | 16 | 306 | 135 | 55 |
| Binary | 1000 | 10011011 | 11011100 | 1100000 | 11110 | 0 | 1110 | 11000110 | 1011101 | 101101 |
Color Harmonies of #089BDC
Complementary color
Monochromatic Colors of #089BDC
Black with #089BDC
Text Example
Text Example
White with #089BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BDC; }
p { color: rgb(8,155,220); }
H1.HeaderClassName
{
color: #089BDC;
}
.AnyTagClassName
{
color: #089BDC;
}
</style>
background-color css
<style>
a { background-color: #089BDC; }
a { background-color: rgb(8,155,220); }
div.DivClassName
{
background-color: #089BDC;
}
.BgClassName
{
background-color: #089BDC;
}
</style>
border-color css
<style>
span { border-color: #089BDC; }
span { border-color: rgb(8,155,220); }
td.TdClassName
{
border-color: #089BDC;
}
.TagClassName
{
border-color: #089BDC;
}
</style>