#02A5B9

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

Shades of Pacific Blue #02A5B9

Tints of Pacific Blue #02A5B9

Color information

#02A5B9 (or 0x02A5B9) is unknown color: approx Pacific Blue. HEX triplet: 02, A5 and B9. RGB value is (2,165,185). Sum of RGB (Red+Green+Blue) = 2+165+185=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #02A5B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A5B9 is #FD5A46. Grayscale: #767676. Windows color (decimal): -16603719 or 12166402. OLE color: 12166402.

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

Color convert

RGB2165185-
CMYK0.990.1100.27
HSL186.56º97.86%36.67%-
HSV(B)186.56º98.92%72.55%-
XYZ22.2430.4350.6-
YUV118.54165.544.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 185 (72.66% from 255) = 52.56%
R=0.57%
G=46.88%
B=52.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21651850.990.1100.27186.5697.8636.67
Hex2A5B963B01Bbb6225
Octal22452711431303327314245
Binary10101001011011100111000111011011011101110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,165,185); }

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

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

 a { background-color: rgb(2,165,185); }

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

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

 span { border-color: rgb(2,165,185); }

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