#029AC7

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

Shades of Pacific Blue #029AC7

Tints of Pacific Blue #029AC7

Color information

#029AC7 (or 0x029AC7) is unknown color: approx Pacific Blue. HEX triplet: 02, 9A and C7. RGB value is (2,154,199). Sum of RGB (Red+Green+Blue) = 2+154+199=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #029AC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029AC7 is #FD6538. Grayscale: #717171. Windows color (decimal): -16606521 or 13081090. OLE color: 13081090.

HSL color Cylindrical-coordinate representation of color #029AC7: hue angle of 193.71º 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 #029AC7 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2154199-
CMYK0.990.2300.22
HSL193.71º98.01%39.41%-
HSV(B)193.71º98.99%78.04%-
XYZ21.8927.2558.14-
YUV113.68176.1448.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 199 (78.12% from 255) = 56.06%
R=0.56%
G=43.38%
B=56.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21541990.990.2300.22193.7198.0139.41
Hex29AC76317016c26227
Octal22323071432702630214247
Binary101001101011000111110001110111010110110000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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