#029CBD

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

Shades of Pacific Blue #029CBD

Tints of Pacific Blue #029CBD

Color information

#029CBD (or 0x029CBD) is unknown color: approx Pacific Blue. HEX triplet: 02, 9C and BD. RGB value is (2,156,189). Sum of RGB (Red+Green+Blue) = 2+156+189=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #029CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CBD is #FD6342. Grayscale: #717171. Windows color (decimal): -16606019 or 12426242. OLE color: 12426242.

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

Color convert

RGB2156189-
CMYK0.990.1700.26
HSL190.59º97.91%37.45%-
HSV(B)190.59º98.94%74.12%-
XYZ21.127.4652.33-
YUV113.72170.4848.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=0.58%
G=44.96%
B=54.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21561890.990.1700.26190.5997.9137.45
Hex29CBD631101Abf6225
Octal22342751432103227714245
Binary101001110010111101110001110001011010101111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,156,189); }

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

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

 a { background-color: rgb(2,156,189); }

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

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

 span { border-color: rgb(2,156,189); }

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