#029BC7

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

Shades of Pacific Blue #029BC7

Tints of Pacific Blue #029BC7

Color information

#029BC7 (or 0x029BC7) is unknown color: approx Pacific Blue. HEX triplet: 02, 9B and C7. RGB value is (2,155,199). Sum of RGB (Red+Green+Blue) = 2+155+199=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #029BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BC7 is #FD6438. Grayscale: #717171. Windows color (decimal): -16606265 or 13081346. OLE color: 13081346.

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

Color convert

RGB2155199-
CMYK0.990.2200.22
HSL193.4º98.01%39.41%-
HSV(B)193.4º98.99%78.04%-
XYZ22.0627.5858.19-
YUV114.27175.8147.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 199 (78.12% from 255) = 55.90%
R=0.56%
G=43.54%
B=55.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21551990.990.2200.22193.498.0139.41
Hex29BC76316016c16227
Octal22333071432602630114247
Binary101001101111000111110001110110010110110000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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