#029BC1

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

Shades of Pacific Blue #029BC1

Tints of Pacific Blue #029BC1

Color information

#029BC1 (or 0x029BC1) is unknown color: approx Pacific Blue. HEX triplet: 02, 9B and C1. RGB value is (2,155,193). Sum of RGB (Red+Green+Blue) = 2+155+193=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #029BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BC1 is #FD643E. Grayscale: #717171. Windows color (decimal): -16606271 or 12688130. OLE color: 12688130.

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

Color convert

RGB2155193-
CMYK0.990.2000.24
HSL191.94º97.95%38.24%-
HSV(B)191.94º98.96%75.69%-
XYZ21.3727.3154.6-
YUV113.58172.8148.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 193 (75.78% from 255) = 55.14%
R=0.57%
G=44.29%
B=55.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21551930.990.2000.24191.9497.9538.24
Hex29BC16314018c06226
Octal22333011432403030014246
Binary101001101111000001110001110100011000110000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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