#029CD8

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

Shades of Pacific Blue #029CD8

Tints of Pacific Blue #029CD8

Color information

#029CD8 (or 0x029CD8) is unknown color: approx Pacific Blue. HEX triplet: 02, 9C and D8. RGB value is (2,156,216). Sum of RGB (Red+Green+Blue) = 2+156+216=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #029CD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CD8 is #FD6327. Grayscale: #747474. Windows color (decimal): -16605992 or 14195714. OLE color: 14195714.

HSL color Cylindrical-coordinate representation of color #029CD8: hue angle of 196.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CD8 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2156216-
CMYK0.990.2800.15
HSL196.82º98.17%42.75%-
HSV(B)196.82º99.07%84.71%-
XYZ24.3128.7569.23-
YUV116.79183.9846.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=0.53%
G=41.71%
B=57.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21562160.990.2800.15196.8298.1742.75
Hex29CD8631C0Fc5622b
Octal22343301433401730514253
Binary10100111001101100011000111110001111110001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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