#029FC0

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

Shades of Pacific Blue #029FC0

Tints of Pacific Blue #029FC0

Color information

#029FC0 (or 0x029FC0) is unknown color: approx Pacific Blue. HEX triplet: 02, 9F and C0. RGB value is (2,159,192). Sum of RGB (Red+Green+Blue) = 2+159+192=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #029FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FC0 is #FD603F. Grayscale: #737373. Windows color (decimal): -16605248 or 12623618. OLE color: 12623618.

HSL color Cylindrical-coordinate representation of color #029FC0: hue angle of 190.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FC0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2159192-
CMYK0.990.1700.25
HSL190.42º97.94%38.04%-
HSV(B)190.42º98.96%75.29%-
XYZ21.9428.6154.24-
YUV115.82170.9946.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=0.57%
G=45.04%
B=54.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21591920.990.1700.25190.4297.9438.04
Hex29FC06311019be6226
Octal22373001432103127614246
Binary101001111111000000110001110001011001101111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029FC0; }

 p { color: rgb(2,159,192); }

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

<style>
 a { background-color: #029FC0; }

 a { background-color: rgb(2,159,192); }

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

<style>
 span { border-color: #029FC0; }

 span { border-color: rgb(2,159,192); }

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