Shades of Pacific Blue #089FCB
Tints of Pacific Blue #089FCB
RGB
CMYK
RGB Variations
Color information
#089FCB (or 0x089FCB) is known color: Pacific Blue. HEX triplet: 08, 9F and CB. RGB value is (8,159,203). Sum of RGB (Red+Green+Blue) = 8+159+203=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #089FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FCB is #F76034. Grayscale: #767676. Windows color (decimal): -16212021 or 13344520. OLE color: 13344520.
HSL color Cylindrical-coordinate representation of color #089FCB: hue angle of 193.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FCB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 159 | 203 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.20 |
| HSL | 193.54º | 0.92% | 0.41% | - |
| HSV(B) | 193.54º | 0.96% | 0.8% | - |
| XYZ | 23.28 | 29.16 | 60.9 | - |
| YUV | 118.87 | 175.47 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 203 | 0.96 | 0.22 | 0 | 0.20 | 193.54 | 0.92 | 0.41 |
| Hex | 8 | 9F | CB | 60 | 16 | 0 | 14 | C2 | 5C | 29 |
| Octal | 10 | 237 | 313 | 140 | 26 | 0 | 24 | 302 | 134 | 51 |
| Binary | 1000 | 10011111 | 11001011 | 1100000 | 10110 | 0 | 10100 | 11000010 | 1011100 | 101001 |
Color Harmonies of #089FCB
Complementary color
Monochromatic Colors of #089FCB
Black with #089FCB
Text Example
Text Example
White with #089FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FCB; }
p { color: rgb(8,159,203); }
H1.HeaderClassName
{
color: #089FCB;
}
.AnyTagClassName
{
color: #089FCB;
}
</style>
background-color css
<style>
a { background-color: #089FCB; }
a { background-color: rgb(8,159,203); }
div.DivClassName
{
background-color: #089FCB;
}
.BgClassName
{
background-color: #089FCB;
}
</style>
border-color css
<style>
span { border-color: #089FCB; }
span { border-color: rgb(8,159,203); }
td.TdClassName
{
border-color: #089FCB;
}
.TagClassName
{
border-color: #089FCB;
}
</style>