Shades of Pacific Blue #028DD0
Tints of Pacific Blue #028DD0
RGB
CMYK
RGB Variations
Color information
#028DD0 (or 0x028DD0) is known color: Pacific Blue. HEX triplet: 02, 8D and D0. RGB value is (2,141,208). Sum of RGB (Red+Green+Blue) = 2+141+208=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #028DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DD0 is #FD722F. Grayscale: #6A6A6A. Windows color (decimal): -16609840 or 13667586. OLE color: 13667586.
HSL color Cylindrical-coordinate representation of color #028DD0: hue angle of 199.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DD0 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 141 | 208 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.18 |
| HSL | 199.51º | 0.98% | 0.41% | - |
| HSV(B) | 199.51º | 0.99% | 0.82% | - |
| XYZ | 20.94 | 23.62 | 63.13 | - |
| YUV | 107.08 | 184.95 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 208 | 0.99 | 0.32 | 0 | 0.18 | 199.51 | 0.98 | 0.41 |
| Hex | 2 | 8D | D0 | 63 | 20 | 0 | 12 | C8 | 62 | 29 |
| Octal | 2 | 215 | 320 | 143 | 40 | 0 | 22 | 310 | 142 | 51 |
| Binary | 10 | 10001101 | 11010000 | 1100011 | 100000 | 0 | 10010 | 11001000 | 1100010 | 101001 |
Color Harmonies of #028DD0
Complementary color
Monochromatic Colors of #028DD0
Black with #028DD0
Text Example
Text Example
White with #028DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DD0; }
p { color: rgb(2,141,208); }
H1.HeaderClassName
{
color: #028DD0;
}
.AnyTagClassName
{
color: #028DD0;
}
</style>
background-color css
<style>
a { background-color: #028DD0; }
a { background-color: rgb(2,141,208); }
div.DivClassName
{
background-color: #028DD0;
}
.BgClassName
{
background-color: #028DD0;
}
</style>
border-color css
<style>
span { border-color: #028DD0; }
span { border-color: rgb(2,141,208); }
td.TdClassName
{
border-color: #028DD0;
}
.TagClassName
{
border-color: #028DD0;
}
</style>