Shades of Pacific Blue #028FE0
Tints of Pacific Blue #028FE0
RGB
CMYK
RGB Variations
Color information
#028FE0 (or 0x028FE0) is known color: Pacific Blue. HEX triplet: 02, 8F and E0. RGB value is (2,143,224). Sum of RGB (Red+Green+Blue) = 2+143+224=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #028FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FE0 is #FD701F. Grayscale: #6D6D6D. Windows color (decimal): -16609312 or 14716674. OLE color: 14716674.
HSL color Cylindrical-coordinate representation of color #028FE0: hue angle of 201.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FE0 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 143 | 224 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.12 |
| HSL | 201.89º | 0.98% | 0.44% | - |
| HSV(B) | 201.89º | 0.99% | 0.88% | - |
| XYZ | 23.3 | 25.04 | 74.13 | - |
| YUV | 110.08 | 192.29 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 224 | 0.99 | 0.36 | 0 | 0.12 | 201.89 | 0.98 | 0.44 |
| Hex | 2 | 8F | E0 | 63 | 24 | 0 | C | CA | 62 | 2C |
| Octal | 2 | 217 | 340 | 143 | 44 | 0 | 14 | 312 | 142 | 54 |
| Binary | 10 | 10001111 | 11100000 | 1100011 | 100100 | 0 | 1100 | 11001010 | 1100010 | 101100 |
Color Harmonies of #028FE0
Complementary color
Monochromatic Colors of #028FE0
Black with #028FE0
Text Example
Text Example
White with #028FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FE0; }
p { color: rgb(2,143,224); }
H1.HeaderClassName
{
color: #028FE0;
}
.AnyTagClassName
{
color: #028FE0;
}
</style>
background-color css
<style>
a { background-color: #028FE0; }
a { background-color: rgb(2,143,224); }
div.DivClassName
{
background-color: #028FE0;
}
.BgClassName
{
background-color: #028FE0;
}
</style>
border-color css
<style>
span { border-color: #028FE0; }
span { border-color: rgb(2,143,224); }
td.TdClassName
{
border-color: #028FE0;
}
.TagClassName
{
border-color: #028FE0;
}
</style>