Shades of Pacific Blue #089FD3
Tints of Pacific Blue #089FD3
RGB
CMYK
RGB Variations
Color information
#089FD3 (or 0x089FD3) is known color: Pacific Blue. HEX triplet: 08, 9F and D3. RGB value is (8,159,211). Sum of RGB (Red+Green+Blue) = 8+159+211=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #089FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FD3 is #F7602C. Grayscale: #777777. Windows color (decimal): -16212013 or 13868808. OLE color: 13868808.
HSL color Cylindrical-coordinate representation of color #089FD3: hue angle of 195.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FD3 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 159 | 211 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.17 |
| HSL | 195.37º | 0.93% | 0.43% | - |
| HSV(B) | 195.37º | 0.96% | 0.83% | - |
| XYZ | 24.26 | 29.55 | 66.05 | - |
| YUV | 119.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 211 | 0.96 | 0.25 | 0 | 0.17 | 195.37 | 0.93 | 0.43 |
| Hex | 8 | 9F | D3 | 60 | 19 | 0 | 11 | C3 | 5D | 2B |
| Octal | 10 | 237 | 323 | 140 | 31 | 0 | 21 | 303 | 135 | 53 |
| Binary | 1000 | 10011111 | 11010011 | 1100000 | 11001 | 0 | 10001 | 11000011 | 1011101 | 101011 |
Color Harmonies of #089FD3
Complementary color
Monochromatic Colors of #089FD3
Black with #089FD3
Text Example
Text Example
White with #089FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FD3; }
p { color: rgb(8,159,211); }
H1.HeaderClassName
{
color: #089FD3;
}
.AnyTagClassName
{
color: #089FD3;
}
</style>
background-color css
<style>
a { background-color: #089FD3; }
a { background-color: rgb(8,159,211); }
div.DivClassName
{
background-color: #089FD3;
}
.BgClassName
{
background-color: #089FD3;
}
</style>
border-color css
<style>
span { border-color: #089FD3; }
span { border-color: rgb(8,159,211); }
td.TdClassName
{
border-color: #089FD3;
}
.TagClassName
{
border-color: #089FD3;
}
</style>