#02A2C1

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

Shades of Pacific Blue #02A2C1

Tints of Pacific Blue #02A2C1

Color information

#02A2C1 (or 0x02A2C1) is unknown color: approx Pacific Blue. HEX triplet: 02, A2 and C1. RGB value is (2,162,193). Sum of RGB (Red+Green+Blue) = 2+162+193=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #02A2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2C1 is #FD5D3E. Grayscale: #757575. Windows color (decimal): -16604479 or 12689922. OLE color: 12689922.

HSL color Cylindrical-coordinate representation of color #02A2C1: hue angle of 189.74º 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 #02A2C1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2162193-
CMYK0.990.1600.24
HSL189.74º97.95%38.24%-
HSV(B)189.74º98.96%75.69%-
XYZ22.5729.755-
YUV117.69170.4945.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=0.56%
G=45.38%
B=54.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21621930.990.1600.24189.7497.9538.24
Hex2A2C16310018be6226
Octal22423011432003027614246
Binary101010001011000001110001110000011000101111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A2C1; }

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

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

<style>
 a { background-color: #02A2C1; }

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

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

<style>
 span { border-color: #02A2C1; }

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

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