#029AD4

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

Shades of Pacific Blue #029AD4

Tints of Pacific Blue #029AD4

Color information

#029AD4 (or 0x029AD4) is unknown color: approx Pacific Blue. HEX triplet: 02, 9A and D4. RGB value is (2,154,212). Sum of RGB (Red+Green+Blue) = 2+154+212=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 212 (83.20% from 255 or 57.61% from 368); Max value from RGB is 212 - color contains mainly: blue. Hex color #029AD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029AD4 is #FD652B. Grayscale: #727272. Windows color (decimal): -16606508 or 13933058. OLE color: 13933058.

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

Color convert

RGB2154212-
CMYK0.990.2700.17
HSL196.57º98.13%41.96%-
HSV(B)196.57º99.06%83.14%-
XYZ23.4627.8866.43-
YUV115.16182.6447.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 212 (83.20% from 255) = 57.61%
R=0.54%
G=41.85%
B=57.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21542120.990.2700.17196.5798.1341.96
Hex29AD4631B011c5622a
Octal22323241433302130514252
Binary101001101011010100110001111011010001110001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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