#029CA4

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

Shades of Bondi Blue #029CA4

Tints of Bondi Blue #029CA4

Color information

#029CA4 (or 0x029CA4) is unknown color: approx Bondi Blue. HEX triplet: 02, 9C and A4. RGB value is (2,156,164). Sum of RGB (Red+Green+Blue) = 2+156+164=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #029CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CA4 is #FD635B. Grayscale: #6E6E6E. Windows color (decimal): -16606044 or 10787842. OLE color: 10787842.

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

Color convert

RGB2156164-
CMYK0.990.0500.36
HSL182.96º97.59%32.55%-
HSV(B)182.96º98.78%64.31%-
XYZ18.6126.4739.25-
YUV110.87157.9850.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 156 (61.33% from 255) = 48.45%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=0.62%
G=48.45%
B=50.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21561640.990.0500.36182.9697.5932.55
Hex29CA4635024b76221
Octal2234244143504426714241
Binary10100111001010010011000111010100100101101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,156,164); }

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

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

 a { background-color: rgb(2,156,164); }

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

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

 span { border-color: rgb(2,156,164); }

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