Shades of Pacific Blue #089FCD
Tints of Pacific Blue #089FCD
RGB
CMYK
RGB Variations
Color information
#089FCD (or 0x089FCD) is known color: Pacific Blue. HEX triplet: 08, 9F and CD. RGB value is (8,159,205). Sum of RGB (Red+Green+Blue) = 8+159+205=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #089FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FCD is #F76032. Grayscale: #767676. Windows color (decimal): -16212019 or 13475592. OLE color: 13475592.
HSL color Cylindrical-coordinate representation of color #089FCD: hue angle of 194.01º 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 #089FCD is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 159 | 205 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.20 |
| HSL | 194.01º | 0.92% | 0.42% | - |
| HSV(B) | 194.01º | 0.96% | 0.8% | - |
| XYZ | 23.52 | 29.26 | 62.17 | - |
| YUV | 119.1 | 176.47 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 205 | 0.96 | 0.22 | 0 | 0.20 | 194.01 | 0.92 | 0.42 |
| Hex | 8 | 9F | CD | 60 | 16 | 0 | 14 | C2 | 5C | 2A |
| Octal | 10 | 237 | 315 | 140 | 26 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1000 | 10011111 | 11001101 | 1100000 | 10110 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #089FCD
Complementary color
Monochromatic Colors of #089FCD
Black with #089FCD
Text Example
Text Example
White with #089FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FCD; }
p { color: rgb(8,159,205); }
H1.HeaderClassName
{
color: #089FCD;
}
.AnyTagClassName
{
color: #089FCD;
}
</style>
background-color css
<style>
a { background-color: #089FCD; }
a { background-color: rgb(8,159,205); }
div.DivClassName
{
background-color: #089FCD;
}
.BgClassName
{
background-color: #089FCD;
}
</style>
border-color css
<style>
span { border-color: #089FCD; }
span { border-color: rgb(8,159,205); }
td.TdClassName
{
border-color: #089FCD;
}
.TagClassName
{
border-color: #089FCD;
}
</style>