#029FB3

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

Shades of Bondi Blue #029FB3

Tints of Bondi Blue #029FB3

Color information

#029FB3 (or 0x029FB3) is unknown color: approx Bondi Blue. HEX triplet: 02, 9F and B3. RGB value is (2,159,179). Sum of RGB (Red+Green+Blue) = 2+159+179=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #029FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FB3 is #FD604C. Grayscale: #727272. Windows color (decimal): -16605261 or 11771650. OLE color: 11771650.

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

Color convert

RGB2159179-
CMYK0.990.1100.30
HSL186.78º97.79%35.49%-
HSV(B)186.78º98.88%70.2%-
XYZ20.5628.0646.98-
YUV114.34164.4947.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 179 (70.31% from 255) = 52.65%
R=0.59%
G=46.76%
B=52.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21591790.990.1100.30186.7897.7935.49
Hex29FB363B01Ebb6223
Octal22372631431303627314243
Binary10100111111011001111000111011011110101110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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