#029FB6

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

Shades of Bondi Blue #029FB6

Tints of Bondi Blue #029FB6

Color information

#029FB6 (or 0x029FB6) is unknown color: approx Bondi Blue. HEX triplet: 02, 9F and B6. RGB value is (2,159,182). Sum of RGB (Red+Green+Blue) = 2+159+182=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #029FB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FB6 is #FD6049. Grayscale: #727272. Windows color (decimal): -16605258 or 11968258. OLE color: 11968258.

HSL color Cylindrical-coordinate representation of color #029FB6: hue angle of 187.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FB6 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2159182-
CMYK0.990.1300.29
HSL187.67º97.83%36.08%-
HSV(B)187.67º98.9%71.37%-
XYZ20.8728.1948.6-
YUV114.68165.9947.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=0.58%
G=46.36%
B=53.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21591820.990.1300.29187.6797.8336.08
Hex29FB663D01Dbc6224
Octal22372661431503527414244
Binary10100111111011011011000111101011101101111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,159,182); }

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

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

 a { background-color: rgb(2,159,182); }

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

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

 span { border-color: rgb(2,159,182); }

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