#02A5B0

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

Shades of Bondi Blue #02A5B0

Tints of Bondi Blue #02A5B0

Color information

#02A5B0 (or 0x02A5B0) is unknown color: approx Bondi Blue. HEX triplet: 02, A5 and B0. RGB value is (2,165,176). Sum of RGB (Red+Green+Blue) = 2+165+176=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #02A5B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A5B0 is #FD5A4F. Grayscale: #757575. Windows color (decimal): -16603728 or 11576578. OLE color: 11576578.

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

Color convert

RGB2165176-
CMYK0.990.0600.31
HSL183.79º97.75%34.9%-
HSV(B)183.79º98.86%69.02%-
XYZ21.3230.0645.75-
YUV117.5216145.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 176 (69.14% from 255) = 51.31%
R=0.58%
G=48.10%
B=51.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21651760.990.0600.31183.7997.7534.9
Hex2A5B063601Fb86223
Octal2245260143603727014243
Binary1010100101101100001100011110011111101110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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