Shades of Pacific Blue #028BCE
Tints of Pacific Blue #028BCE
RGB
CMYK
RGB Variations
Color information
#028BCE (or 0x028BCE) is known color: Pacific Blue. HEX triplet: 02, 8B and CE. RGB value is (2,139,206). Sum of RGB (Red+Green+Blue) = 2+139+206=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #028BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BCE is #FD7431. Grayscale: #696969. Windows color (decimal): -16610354 or 13536002. OLE color: 13536002.
HSL color Cylindrical-coordinate representation of color #028BCE: hue angle of 199.71º 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 #028BCE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 139 | 206 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.19 |
| HSL | 199.71º | 0.98% | 0.41% | - |
| HSV(B) | 199.71º | 0.99% | 0.81% | - |
| XYZ | 20.4 | 22.93 | 61.74 | - |
| YUV | 105.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 206 | 0.99 | 0.33 | 0 | 0.19 | 199.71 | 0.98 | 0.41 |
| Hex | 2 | 8B | CE | 63 | 21 | 0 | 13 | C8 | 62 | 29 |
| Octal | 2 | 213 | 316 | 143 | 41 | 0 | 23 | 310 | 142 | 51 |
| Binary | 10 | 10001011 | 11001110 | 1100011 | 100001 | 0 | 10011 | 11001000 | 1100010 | 101001 |
Color Harmonies of #028BCE
Complementary color
Monochromatic Colors of #028BCE
Black with #028BCE
Text Example
Text Example
White with #028BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BCE; }
p { color: rgb(2,139,206); }
H1.HeaderClassName
{
color: #028BCE;
}
.AnyTagClassName
{
color: #028BCE;
}
</style>
background-color css
<style>
a { background-color: #028BCE; }
a { background-color: rgb(2,139,206); }
div.DivClassName
{
background-color: #028BCE;
}
.BgClassName
{
background-color: #028BCE;
}
</style>
border-color css
<style>
span { border-color: #028BCE; }
span { border-color: rgb(2,139,206); }
td.TdClassName
{
border-color: #028BCE;
}
.TagClassName
{
border-color: #028BCE;
}
</style>