#029CA7

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

Shades of Bondi Blue #029CA7

Tints of Bondi Blue #029CA7

Color information

#029CA7 (or 0x029CA7) is unknown color: approx Bondi Blue. HEX triplet: 02, 9C and A7. RGB value is (2,156,167). Sum of RGB (Red+Green+Blue) = 2+156+167=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #029CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CA7 is #FD6358. Grayscale: #6F6F6F. Windows color (decimal): -16606041 or 10984450. OLE color: 10984450.

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

Color convert

RGB2156167-
CMYK0.990.0700.35
HSL184º97.63%33.14%-
HSV(B)184º98.8%65.49%-
XYZ18.8926.5840.69-
YUV111.21159.4850.11-

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%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=0.62%
G=48%
B=51.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21561670.990.0700.3518497.6333.14
Hex29CA7637023b86221
Octal2234247143704327014241
Binary10100111001010011111000111110100011101110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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