#028EC9

Color #028EC9 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #028EC9

Tints of Pacific Blue #028EC9

Color information

#028EC9 (or 0x028EC9) is unknown color: approx Pacific Blue. HEX triplet: 02, 8E and C9. RGB value is (2,142,201). Sum of RGB (Red+Green+Blue) = 2+142+201=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #028EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EC9 is #FD7136. Grayscale: #6A6A6A. Windows color (decimal): -16609591 or 13209090. OLE color: 13209090.

HSL color Cylindrical-coordinate representation of color #028EC9: hue angle of 197.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028EC9 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2142201-
CMYK0.990.2900.21
HSL197.79º98.03%39.8%-
HSV(B)197.79º99%78.82%-
XYZ20.2423.5858.74-
YUV106.87181.1253.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 201 (78.91% from 255) = 58.26%
R=0.58%
G=41.16%
B=58.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21422010.990.2900.21197.7998.0339.8
Hex28EC9631D015c66228
Octal22163111433502530614250
Binary101000111011001001110001111101010101110001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028EC9; }

 p { color: rgb(2,142,201); }

 H1.HeaderClassName
 {
   color: #028EC9;
 }
 .AnyTagClassName
 {
   color: #028EC9;
 }
</style>
background-color css

<style>
 a { background-color: #028EC9; }

 a { background-color: rgb(2,142,201); }

 div.DivClassName
 {
   background-color: #028EC9;
 }
 .BgClassName
 {
   background-color: #028EC9;
 }
</style>
border-color css

<style>
 span { border-color: #028EC9; }

 span { border-color: rgb(2,142,201); }

 td.TdClassName
 {
   border-color: #028EC9;
 }
 .TagClassName
 {
   border-color: #028EC9;
 }
</style>