Shades of Pacific Blue #089CDB
Tints of Pacific Blue #089CDB
RGB
CMYK
RGB Variations
Color information
#089CDB (or 0x089CDB) is known color: Pacific Blue. HEX triplet: 08, 9C and DB. RGB value is (8,156,219). Sum of RGB (Red+Green+Blue) = 8+156+219=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #089CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDB is #F76324. Grayscale: #767676. Windows color (decimal): -16212773 or 14392328. OLE color: 14392328.
HSL color Cylindrical-coordinate representation of color #089CDB: hue angle of 197.91º 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 #089CDB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 156 | 219 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.14 |
| HSL | 197.91º | 0.93% | 0.45% | - |
| HSV(B) | 197.91º | 0.96% | 0.86% | - |
| XYZ | 24.77 | 28.94 | 71.3 | - |
| YUV | 118.93 | 184.47 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 219 | 0.96 | 0.29 | 0 | 0.14 | 197.91 | 0.93 | 0.45 |
| Hex | 8 | 9C | DB | 60 | 1D | 0 | E | C6 | 5D | 2D |
| Octal | 10 | 234 | 333 | 140 | 35 | 0 | 16 | 306 | 135 | 55 |
| Binary | 1000 | 10011100 | 11011011 | 1100000 | 11101 | 0 | 1110 | 11000110 | 1011101 | 101101 |
Color Harmonies of #089CDB
Complementary color
Monochromatic Colors of #089CDB
Black with #089CDB
Text Example
Text Example
White with #089CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CDB; }
p { color: rgb(8,156,219); }
H1.HeaderClassName
{
color: #089CDB;
}
.AnyTagClassName
{
color: #089CDB;
}
</style>
background-color css
<style>
a { background-color: #089CDB; }
a { background-color: rgb(8,156,219); }
div.DivClassName
{
background-color: #089CDB;
}
.BgClassName
{
background-color: #089CDB;
}
</style>
border-color css
<style>
span { border-color: #089CDB; }
span { border-color: rgb(8,156,219); }
td.TdClassName
{
border-color: #089CDB;
}
.TagClassName
{
border-color: #089CDB;
}
</style>