#029EBA

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

Shades of Bondi Blue #029EBA

Tints of Bondi Blue #029EBA

Color information

#029EBA (or 0x029EBA) is unknown color: approx Bondi Blue. HEX triplet: 02, 9E and BA. RGB value is (2,158,186). Sum of RGB (Red+Green+Blue) = 2+158+186=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #029EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EBA is #FD6145. Grayscale: #727272. Windows color (decimal): -16605510 or 12230146. OLE color: 12230146.

HSL color Cylindrical-coordinate representation of color #029EBA: hue angle of 189.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EBA is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2158186-
CMYK0.990.1500.27
HSL189.13º97.87%36.86%-
HSV(B)189.13º98.92%72.94%-
XYZ21.1128.0150.75-
YUV114.55168.3247.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=0.58%
G=45.66%
B=53.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21581860.990.1500.27189.1397.8736.86
Hex29EBA63F01Bbd6225
Octal22362721431703327514245
Binary10100111101011101011000111111011011101111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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