Shades of Pacific Blue #089CBE
Tints of Pacific Blue #089CBE
RGB
CMYK
RGB Variations
Color information
#089CBE (or 0x089CBE) is known color: Pacific Blue. HEX triplet: 08, 9C and BE. RGB value is (8,156,190). Sum of RGB (Red+Green+Blue) = 8+156+190=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #089CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CBE is #F76341. Grayscale: #737373. Windows color (decimal): -16212802 or 12491784. OLE color: 12491784.
HSL color Cylindrical-coordinate representation of color #089CBE: hue angle of 191.21º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CBE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 156 | 190 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.25 |
| HSL | 191.21º | 0.92% | 0.39% | - |
| HSV(B) | 191.21º | 0.96% | 0.75% | - |
| XYZ | 21.28 | 27.55 | 52.91 | - |
| YUV | 115.62 | 169.97 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 190 | 0.96 | 0.18 | 0 | 0.25 | 191.21 | 0.92 | 0.39 |
| Hex | 8 | 9C | BE | 60 | 12 | 0 | 19 | BF | 5C | 27 |
| Octal | 10 | 234 | 276 | 140 | 22 | 0 | 31 | 277 | 134 | 47 |
| Binary | 1000 | 10011100 | 10111110 | 1100000 | 10010 | 0 | 11001 | 10111111 | 1011100 | 100111 |
Color Harmonies of #089CBE
Complementary color
Monochromatic Colors of #089CBE
Black with #089CBE
Text Example
Text Example
White with #089CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CBE; }
p { color: rgb(8,156,190); }
H1.HeaderClassName
{
color: #089CBE;
}
.AnyTagClassName
{
color: #089CBE;
}
</style>
background-color css
<style>
a { background-color: #089CBE; }
a { background-color: rgb(8,156,190); }
div.DivClassName
{
background-color: #089CBE;
}
.BgClassName
{
background-color: #089CBE;
}
</style>
border-color css
<style>
span { border-color: #089CBE; }
span { border-color: rgb(8,156,190); }
td.TdClassName
{
border-color: #089CBE;
}
.TagClassName
{
border-color: #089CBE;
}
</style>