#029AA7

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

Shades of Bondi Blue #029AA7

Tints of Bondi Blue #029AA7

Color information

#029AA7 (or 0x029AA7) is unknown color: approx Bondi Blue. HEX triplet: 02, 9A and A7. RGB value is (2,154,167). Sum of RGB (Red+Green+Blue) = 2+154+167=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #029AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029AA7 is #FD6558. Grayscale: #6D6D6D. Windows color (decimal): -16606553 or 10983938. OLE color: 10983938.

HSL color Cylindrical-coordinate representation of color #029AA7: hue angle of 184.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029AA7 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2154167-
CMYK0.990.0800.35
HSL184.73º97.63%33.14%-
HSV(B)184.73º98.8%65.49%-
XYZ18.5625.9140.58-
YUV110.03160.1450.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 154 (60.55% from 255) = 47.68%
BLUE value IS 167 (65.62% from 255) = 51.70%
R=0.62%
G=47.68%
B=51.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21541670.990.0800.35184.7397.6333.14
Hex29AA7638023b96221
Octal22322471431004327114241
Binary101001101010100111110001110000100011101110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029AA7; }

 p { color: rgb(2,154,167); }

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

<style>
 a { background-color: #029AA7; }

 a { background-color: rgb(2,154,167); }

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

<style>
 span { border-color: #029AA7; }

 span { border-color: rgb(2,154,167); }

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