#029EC7

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

Shades of Pacific Blue #029EC7

Tints of Pacific Blue #029EC7

Color information

#029EC7 (or 0x029EC7) is unknown color: approx Pacific Blue. HEX triplet: 02, 9E and C7. RGB value is (2,158,199). Sum of RGB (Red+Green+Blue) = 2+158+199=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #029EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EC7 is #FD6138. Grayscale: #737373. Windows color (decimal): -16605497 or 13082114. OLE color: 13082114.

HSL color Cylindrical-coordinate representation of color #029EC7: hue angle of 192.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EC7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2158199-
CMYK0.990.2100.22
HSL192.49º98.01%39.41%-
HSV(B)192.49º98.99%78.04%-
XYZ22.5628.5958.36-
YUV116.03174.8246.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 199 (78.12% from 255) = 55.43%
R=0.56%
G=44.01%
B=55.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21581990.990.2100.22192.4998.0139.41
Hex29EC76315016c06227
Octal22363071432502630014247
Binary101001111011000111110001110101010110110000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,158,199); }

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

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

 a { background-color: rgb(2,158,199); }

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

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

 span { border-color: rgb(2,158,199); }

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