#02A0BF

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

Shades of Pacific Blue #02A0BF

Tints of Pacific Blue #02A0BF

Color information

#02A0BF (or 0x02A0BF) is unknown color: approx Pacific Blue. HEX triplet: 02, A0 and BF. RGB value is (2,160,191). Sum of RGB (Red+Green+Blue) = 2+160+191=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #02A0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0BF is #FD5F40. Grayscale: #747474. Windows color (decimal): -16604993 or 12558338. OLE color: 12558338.

HSL color Cylindrical-coordinate representation of color #02A0BF: hue angle of 189.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0BF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2160191-
CMYK0.990.1600.25
HSL189.84º97.93%37.84%-
HSV(B)189.84º98.95%74.9%-
XYZ2228.9253.71-
YUV116.29170.1546.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 191 (75% from 255) = 54.11%
R=0.57%
G=45.33%
B=54.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21601910.990.1600.25189.8497.9337.84
Hex2A0BF6310019be6226
Octal22402771432003127614246
Binary101010000010111111110001110000011001101111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,160,191); }

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

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

 a { background-color: rgb(2,160,191); }

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

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

 span { border-color: rgb(2,160,191); }

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