Shades of Pacific Blue #0289CE
Tints of Pacific Blue #0289CE
RGB
CMYK
RGB Variations
Color information
#0289CE (or 0x0289CE) is known color: Pacific Blue. HEX triplet: 02, 89 and CE. RGB value is (2,137,206). Sum of RGB (Red+Green+Blue) = 2+137+206=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #0289CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0289CE is #FD7631. Grayscale: #686868. Windows color (decimal): -16610866 or 13535490. OLE color: 13535490.
HSL color Cylindrical-coordinate representation of color #0289CE: hue angle of 200.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289CE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 137 | 206 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.19 |
| HSL | 200.29º | 0.98% | 0.41% | - |
| HSV(B) | 200.29º | 0.99% | 0.81% | - |
| XYZ | 20.11 | 22.36 | 61.65 | - |
| YUV | 104.5 | 185.27 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 206 | 0.99 | 0.33 | 0 | 0.19 | 200.29 | 0.98 | 0.41 |
| Hex | 2 | 89 | CE | 63 | 21 | 0 | 13 | C8 | 62 | 29 |
| Octal | 2 | 211 | 316 | 143 | 41 | 0 | 23 | 310 | 142 | 51 |
| Binary | 10 | 10001001 | 11001110 | 1100011 | 100001 | 0 | 10011 | 11001000 | 1100010 | 101001 |
Color Harmonies of #0289CE
Complementary color
Monochromatic Colors of #0289CE
Black with #0289CE
Text Example
Text Example
White with #0289CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289CE; }
p { color: rgb(2,137,206); }
H1.HeaderClassName
{
color: #0289CE;
}
.AnyTagClassName
{
color: #0289CE;
}
</style>
background-color css
<style>
a { background-color: #0289CE; }
a { background-color: rgb(2,137,206); }
div.DivClassName
{
background-color: #0289CE;
}
.BgClassName
{
background-color: #0289CE;
}
</style>
border-color css
<style>
span { border-color: #0289CE; }
span { border-color: rgb(2,137,206); }
td.TdClassName
{
border-color: #0289CE;
}
.TagClassName
{
border-color: #0289CE;
}
</style>