Shades of Pacific Blue #089DCE
Tints of Pacific Blue #089DCE
RGB
CMYK
RGB Variations
Color information
#089DCE (or 0x089DCE) is known color: Pacific Blue. HEX triplet: 08, 9D and CE. RGB value is (8,157,206). Sum of RGB (Red+Green+Blue) = 8+157+206=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #089DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DCE is #F76231. Grayscale: #757575. Windows color (decimal): -16212530 or 13540616. OLE color: 13540616.
HSL color Cylindrical-coordinate representation of color #089DCE: hue angle of 194.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DCE is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 157 | 206 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.19 |
| HSL | 194.85º | 0.93% | 0.42% | - |
| HSV(B) | 194.85º | 0.96% | 0.81% | - |
| XYZ | 23.3 | 28.62 | 62.69 | - |
| YUV | 118.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 206 | 0.96 | 0.24 | 0 | 0.19 | 194.85 | 0.93 | 0.42 |
| Hex | 8 | 9D | CE | 60 | 18 | 0 | 13 | C3 | 5D | 2A |
| Octal | 10 | 235 | 316 | 140 | 30 | 0 | 23 | 303 | 135 | 52 |
| Binary | 1000 | 10011101 | 11001110 | 1100000 | 11000 | 0 | 10011 | 11000011 | 1011101 | 101010 |
Color Harmonies of #089DCE
Complementary color
Monochromatic Colors of #089DCE
Black with #089DCE
Text Example
Text Example
White with #089DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DCE; }
p { color: rgb(8,157,206); }
H1.HeaderClassName
{
color: #089DCE;
}
.AnyTagClassName
{
color: #089DCE;
}
</style>
background-color css
<style>
a { background-color: #089DCE; }
a { background-color: rgb(8,157,206); }
div.DivClassName
{
background-color: #089DCE;
}
.BgClassName
{
background-color: #089DCE;
}
</style>
border-color css
<style>
span { border-color: #089DCE; }
span { border-color: rgb(8,157,206); }
td.TdClassName
{
border-color: #089DCE;
}
.TagClassName
{
border-color: #089DCE;
}
</style>