#029EA8

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

Shades of Bondi Blue #029EA8

Tints of Bondi Blue #029EA8

Color information

#029EA8 (or 0x029EA8) is unknown color: approx Bondi Blue. HEX triplet: 02, 9E and A8. RGB value is (2,158,168). Sum of RGB (Red+Green+Blue) = 2+158+168=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #029EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029EA8 is #FD6157. Grayscale: #707070. Windows color (decimal): -16605528 or 11050498. OLE color: 11050498.

HSL color Cylindrical-coordinate representation of color #029EA8: hue angle of 183.61º 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 #029EA8 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2158168-
CMYK0.990.0600.34
HSL183.61º97.65%33.33%-
HSV(B)183.61º98.81%65.88%-
XYZ19.3227.2941.3-
YUV112.5159.3249.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 158 (62.11% from 255) = 48.17%
BLUE value IS 168 (66.02% from 255) = 51.22%
R=0.61%
G=48.17%
B=51.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21581680.990.0600.34183.6197.6533.33
Hex29EA8636022b86221
Octal2236250143604227014241
Binary10100111101010100011000111100100010101110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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