Shades of Pacific Blue #089DCC
Tints of Pacific Blue #089DCC
RGB
CMYK
RGB Variations
Color information
#089DCC (or 0x089DCC) is known color: Pacific Blue. HEX triplet: 08, 9D and CC. RGB value is (8,157,204). Sum of RGB (Red+Green+Blue) = 8+157+204=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #089DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DCC is #F76233. Grayscale: #757575. Windows color (decimal): -16212532 or 13409544. OLE color: 13409544.
HSL color Cylindrical-coordinate representation of color #089DCC: hue angle of 194.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DCC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 157 | 204 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.2 |
| HSL | 194.39º | 0.92% | 0.42% | - |
| HSV(B) | 194.39º | 0.96% | 0.8% | - |
| XYZ | 23.06 | 28.53 | 61.42 | - |
| YUV | 117.81 | 176.64 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 204 | 0.96 | 0.23 | 0 | 0.2 | 194.39 | 0.92 | 0.42 |
| Hex | 8 | 9D | CC | 60 | 17 | 0 | 14 | C2 | 5C | 2A |
| Octal | 10 | 235 | 314 | 140 | 27 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1000 | 10011101 | 11001100 | 1100000 | 10111 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #089DCC
Complementary color
Monochromatic Colors of #089DCC
Black with #089DCC
Text Example
Text Example
White with #089DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DCC; }
p { color: rgb(8,157,204); }
H1.HeaderClassName
{
color: #089DCC;
}
.AnyTagClassName
{
color: #089DCC;
}
</style>
background-color css
<style>
a { background-color: #089DCC; }
a { background-color: rgb(8,157,204); }
div.DivClassName
{
background-color: #089DCC;
}
.BgClassName
{
background-color: #089DCC;
}
</style>
border-color css
<style>
span { border-color: #089DCC; }
span { border-color: rgb(8,157,204); }
td.TdClassName
{
border-color: #089DCC;
}
.TagClassName
{
border-color: #089DCC;
}
</style>