Shades of Pacific Blue #089BDA
Tints of Pacific Blue #089BDA
RGB
CMYK
RGB Variations
Color information
#089BDA (or 0x089BDA) is known color: Pacific Blue. HEX triplet: 08, 9B and DA. RGB value is (8,155,218). Sum of RGB (Red+Green+Blue) = 8+155+218=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #089BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BDA is #F76425. Grayscale: #757575. Windows color (decimal): -16213030 or 14326536. OLE color: 14326536.
HSL color Cylindrical-coordinate representation of color #089BDA: hue angle of 198º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BDA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 155 | 218 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.15 |
| HSL | 198º | 0.93% | 0.44% | - |
| HSV(B) | 198º | 0.96% | 0.85% | - |
| XYZ | 24.48 | 28.56 | 70.55 | - |
| YUV | 118.23 | 184.3 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 218 | 0.96 | 0.29 | 0 | 0.15 | 198 | 0.93 | 0.44 |
| Hex | 8 | 9B | DA | 60 | 1D | 0 | F | C6 | 5D | 2C |
| Octal | 10 | 233 | 332 | 140 | 35 | 0 | 17 | 306 | 135 | 54 |
| Binary | 1000 | 10011011 | 11011010 | 1100000 | 11101 | 0 | 1111 | 11000110 | 1011101 | 101100 |
Color Harmonies of #089BDA
Complementary color
Monochromatic Colors of #089BDA
Black with #089BDA
Text Example
Text Example
White with #089BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BDA; }
p { color: rgb(8,155,218); }
H1.HeaderClassName
{
color: #089BDA;
}
.AnyTagClassName
{
color: #089BDA;
}
</style>
background-color css
<style>
a { background-color: #089BDA; }
a { background-color: rgb(8,155,218); }
div.DivClassName
{
background-color: #089BDA;
}
.BgClassName
{
background-color: #089BDA;
}
</style>
border-color css
<style>
span { border-color: #089BDA; }
span { border-color: rgb(8,155,218); }
td.TdClassName
{
border-color: #089BDA;
}
.TagClassName
{
border-color: #089BDA;
}
</style>