Shades of Pacific Blue #028ED5
Tints of Pacific Blue #028ED5
RGB
CMYK
RGB Variations
Color information
#028ED5 (or 0x028ED5) is known color: Pacific Blue. HEX triplet: 02, 8E and D5. RGB value is (2,142,213). Sum of RGB (Red+Green+Blue) = 2+142+213=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #028ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ED5 is #FD712A. Grayscale: #6B6B6B. Windows color (decimal): -16609579 or 13995522. OLE color: 13995522.
HSL color Cylindrical-coordinate representation of color #028ED5: hue angle of 200.19º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ED5 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 142 | 213 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.16 |
| HSL | 200.19º | 0.98% | 0.42% | - |
| HSV(B) | 200.19º | 0.99% | 0.84% | - |
| XYZ | 21.71 | 24.16 | 66.47 | - |
| YUV | 108.23 | 187.12 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 213 | 0.99 | 0.33 | 0 | 0.16 | 200.19 | 0.98 | 0.42 |
| Hex | 2 | 8E | D5 | 63 | 21 | 0 | 10 | C8 | 62 | 2A |
| Octal | 2 | 216 | 325 | 143 | 41 | 0 | 20 | 310 | 142 | 52 |
| Binary | 10 | 10001110 | 11010101 | 1100011 | 100001 | 0 | 10000 | 11001000 | 1100010 | 101010 |
Color Harmonies of #028ED5
Complementary color
Monochromatic Colors of #028ED5
Black with #028ED5
Text Example
Text Example
White with #028ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028ED5; }
p { color: rgb(2,142,213); }
H1.HeaderClassName
{
color: #028ED5;
}
.AnyTagClassName
{
color: #028ED5;
}
</style>
background-color css
<style>
a { background-color: #028ED5; }
a { background-color: rgb(2,142,213); }
div.DivClassName
{
background-color: #028ED5;
}
.BgClassName
{
background-color: #028ED5;
}
</style>
border-color css
<style>
span { border-color: #028ED5; }
span { border-color: rgb(2,142,213); }
td.TdClassName
{
border-color: #028ED5;
}
.TagClassName
{
border-color: #028ED5;
}
</style>