#028DC5

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

Shades of Pacific Blue #028DC5

Tints of Pacific Blue #028DC5

Color information

#028DC5 (or 0x028DC5) is unknown color: approx Pacific Blue. HEX triplet: 02, 8D and C5. RGB value is (2,141,197). Sum of RGB (Red+Green+Blue) = 2+141+197=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #028DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DC5 is #FD723A. Grayscale: #696969. Windows color (decimal): -16609851 or 12946690. OLE color: 12946690.

HSL color Cylindrical-coordinate representation of color #028DC5: hue angle of 197.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DC5 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2141197-
CMYK0.990.2800.23
HSL197.23º97.99%39.02%-
HSV(B)197.23º98.98%77.25%-
XYZ19.6323.0956.25-
YUV105.82179.4553.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 197 (77.34% from 255) = 57.94%
R=0.59%
G=41.47%
B=57.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21411970.990.2800.23197.2397.9939.02
Hex28DC5631C017c56227
Octal22153051433402730514247
Binary101000110111000101110001111100010111110001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,141,197); }

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

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

 a { background-color: rgb(2,141,197); }

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

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

 span { border-color: rgb(2,141,197); }

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