#02ABB0

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

Shades of Bondi Blue #02ABB0

Tints of Bondi Blue #02ABB0

Color information

#02ABB0 (or 0x02ABB0) is unknown color: approx Bondi Blue. HEX triplet: 02, AB and B0. RGB value is (2,171,176). Sum of RGB (Red+Green+Blue) = 2+171+176=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #02ABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ABB0 is #FD544F. Grayscale: #787878. Windows color (decimal): -16602192 or 11578114. OLE color: 11578114.

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

Color convert

RGB2171176-
CMYK0.990.0300.31
HSL181.72º97.75%34.9%-
HSV(B)181.72º98.86%69.02%-
XYZ22.4232.2746.12-
YUV121.04159.0143.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 176 (69.14% from 255) = 50.43%
R=0.57%
G=49.00%
B=50.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21711760.990.0300.31181.7297.7534.9
Hex2ABB063301Fb66223
Octal2253260143303726614243
Binary101010101110110000110001111011111101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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