#02A3AE

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

Shades of Bondi Blue #02A3AE

Tints of Bondi Blue #02A3AE

Color information

#02A3AE (or 0x02A3AE) is unknown color: approx Bondi Blue. HEX triplet: 02, A3 and AE. RGB value is (2,163,174). Sum of RGB (Red+Green+Blue) = 2+163+174=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #02A3AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A3AE is #FD5C51. Grayscale: #737373. Windows color (decimal): -16604242 or 11444994. OLE color: 11444994.

HSL color Cylindrical-coordinate representation of color #02A3AE: hue angle of 183.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A3AE is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2163174-
CMYK0.990.0600.32
HSL183.84º97.73%34.51%-
HSV(B)183.84º98.85%68.24%-
XYZ20.7629.2644.6-
YUV116.12160.6646.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=0.59%
G=48.08%
B=51.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21631740.990.0600.32183.8497.7334.51
Hex2A3AE636020b86223
Octal2243256143604027014243
Binary10101000111010111011000111100100000101110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,174); }

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

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

 a { background-color: rgb(2,163,174); }

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

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

 span { border-color: rgb(2,163,174); }

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