Shades of Pacific Blue #089FD1
Tints of Pacific Blue #089FD1
RGB
CMYK
RGB Variations
Color information
#089FD1 (or 0x089FD1) is known color: Pacific Blue. HEX triplet: 08, 9F and D1. RGB value is (8,159,209). Sum of RGB (Red+Green+Blue) = 8+159+209=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #089FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FD1 is #F7602E. Grayscale: #777777. Windows color (decimal): -16212015 or 13737736. OLE color: 13737736.
HSL color Cylindrical-coordinate representation of color #089FD1: hue angle of 194.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FD1 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 159 | 209 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.18 |
| HSL | 194.93º | 0.93% | 0.43% | - |
| HSV(B) | 194.93º | 0.96% | 0.82% | - |
| XYZ | 24.01 | 29.45 | 64.74 | - |
| YUV | 119.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 209 | 0.96 | 0.24 | 0 | 0.18 | 194.93 | 0.93 | 0.43 |
| Hex | 8 | 9F | D1 | 60 | 18 | 0 | 12 | C3 | 5D | 2B |
| Octal | 10 | 237 | 321 | 140 | 30 | 0 | 22 | 303 | 135 | 53 |
| Binary | 1000 | 10011111 | 11010001 | 1100000 | 11000 | 0 | 10010 | 11000011 | 1011101 | 101011 |
Color Harmonies of #089FD1
Complementary color
Monochromatic Colors of #089FD1
Black with #089FD1
Text Example
Text Example
White with #089FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FD1; }
p { color: rgb(8,159,209); }
H1.HeaderClassName
{
color: #089FD1;
}
.AnyTagClassName
{
color: #089FD1;
}
</style>
background-color css
<style>
a { background-color: #089FD1; }
a { background-color: rgb(8,159,209); }
div.DivClassName
{
background-color: #089FD1;
}
.BgClassName
{
background-color: #089FD1;
}
</style>
border-color css
<style>
span { border-color: #089FD1; }
span { border-color: rgb(8,159,209); }
td.TdClassName
{
border-color: #089FD1;
}
.TagClassName
{
border-color: #089FD1;
}
</style>