#029FA8

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

Shades of Bondi Blue #029FA8

Tints of Bondi Blue #029FA8

Color information

#029FA8 (or 0x029FA8) is unknown color: approx Bondi Blue. HEX triplet: 02, 9F and A8. RGB value is (2,159,168). Sum of RGB (Red+Green+Blue) = 2+159+168=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #029FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029FA8 is #FD6057. Grayscale: #707070. Windows color (decimal): -16605272 or 11050754. OLE color: 11050754.

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

Color convert

RGB2159168-
CMYK0.990.0500.34
HSL183.25º97.65%33.33%-
HSV(B)183.25º98.81%65.88%-
XYZ19.4927.6441.35-
YUV113.08158.9948.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 168 (66.02% from 255) = 51.06%
R=0.61%
G=48.33%
B=51.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21591680.990.0500.34183.2597.6533.33
Hex29FA8635022b76221
Octal2237250143504226714241
Binary10100111111010100011000111010100010101101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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