#02A1BA

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

Shades of Pacific Blue #02A1BA

Tints of Pacific Blue #02A1BA

Color information

#02A1BA (or 0x02A1BA) is unknown color: approx Pacific Blue. HEX triplet: 02, A1 and BA. RGB value is (2,161,186). Sum of RGB (Red+Green+Blue) = 2+161+186=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #02A1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1BA is #FD5E45. Grayscale: #747474. Windows color (decimal): -16604742 or 12230914. OLE color: 12230914.

HSL color Cylindrical-coordinate representation of color #02A1BA: hue angle of 188.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1BA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2161186-
CMYK0.990.1300.27
HSL188.15º97.87%36.86%-
HSV(B)188.15º98.92%72.94%-
XYZ21.6329.0550.92-
YUV116.31167.3246.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=0.57%
G=46.13%
B=53.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21611860.990.1300.27188.1597.8736.86
Hex2A1BA63D01Bbc6225
Octal22412721431503327414245
Binary10101000011011101011000111101011011101111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,161,186); }

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

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

 a { background-color: rgb(2,161,186); }

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

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

 span { border-color: rgb(2,161,186); }

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