#029ACB

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

Shades of Pacific Blue #029ACB

Tints of Pacific Blue #029ACB

Color information

#029ACB (or 0x029ACB) is unknown color: approx Pacific Blue. HEX triplet: 02, 9A and CB. RGB value is (2,154,203). Sum of RGB (Red+Green+Blue) = 2+154+203=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #029ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ACB is #FD6534. Grayscale: #717171. Windows color (decimal): -16606517 or 13343234. OLE color: 13343234.

HSL color Cylindrical-coordinate representation of color #029ACB: hue angle of 194.63º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ACB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2154203-
CMYK0.990.2400.20
HSL194.63º98.05%40.2%-
HSV(B)194.63º99.01%79.61%-
XYZ22.3627.4460.62-
YUV114.14178.1448.02-

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) = 42.90%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=0.56%
G=42.90%
B=56.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal21542030.990.2400.20194.6398.0540.2
Hex29ACB6318014c36228
Octal22323131433002430314250
Binary101001101011001011110001111000010100110000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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