Shades of Pacific Blue #089FC6
Tints of Pacific Blue #089FC6
RGB
CMYK
RGB Variations
Color information
#089FC6 (or 0x089FC6) is known color: Pacific Blue. HEX triplet: 08, 9F and C6. RGB value is (8,159,198). Sum of RGB (Red+Green+Blue) = 8+159+198=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #089FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FC6 is #F76039. Grayscale: #757575. Windows color (decimal): -16212026 or 13016840. OLE color: 13016840.
HSL color Cylindrical-coordinate representation of color #089FC6: hue angle of 192.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FC6 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 159 | 198 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.22 |
| HSL | 192.32º | 0.92% | 0.4% | - |
| HSV(B) | 192.32º | 0.96% | 0.78% | - |
| XYZ | 22.69 | 28.93 | 57.81 | - |
| YUV | 118.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 198 | 0.96 | 0.20 | 0 | 0.22 | 192.32 | 0.92 | 0.4 |
| Hex | 8 | 9F | C6 | 60 | 14 | 0 | 16 | C0 | 5C | 28 |
| Octal | 10 | 237 | 306 | 140 | 24 | 0 | 26 | 300 | 134 | 50 |
| Binary | 1000 | 10011111 | 11000110 | 1100000 | 10100 | 0 | 10110 | 11000000 | 1011100 | 101000 |
Color Harmonies of #089FC6
Complementary color
Monochromatic Colors of #089FC6
Black with #089FC6
Text Example
Text Example
White with #089FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FC6; }
p { color: rgb(8,159,198); }
H1.HeaderClassName
{
color: #089FC6;
}
.AnyTagClassName
{
color: #089FC6;
}
</style>
background-color css
<style>
a { background-color: #089FC6; }
a { background-color: rgb(8,159,198); }
div.DivClassName
{
background-color: #089FC6;
}
.BgClassName
{
background-color: #089FC6;
}
</style>
border-color css
<style>
span { border-color: #089FC6; }
span { border-color: rgb(8,159,198); }
td.TdClassName
{
border-color: #089FC6;
}
.TagClassName
{
border-color: #089FC6;
}
</style>