#03A7AE

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

Shades of Bondi Blue #03A7AE

Tints of Bondi Blue #03A7AE

Color information

#03A7AE (or 0x03A7AE) is unknown color: approx Bondi Blue. HEX triplet: 03, A7 and AE. RGB value is (3,167,174). Sum of RGB (Red+Green+Blue) = 3+167+174=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #03A7AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A7AE is #FC5851. Grayscale: #767676. Windows color (decimal): -16537682 or 11446019. OLE color: 11446019.

HSL color Cylindrical-coordinate representation of color #03A7AE: hue angle of 182.46º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A7AE is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3167174-
CMYK0.980.0400.32
HSL182.46º96.61%34.71%-
HSV(B)182.46º98.28%68.24%-
XYZ21.530.7144.84-
YUV118.76159.1745.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 167 (65.62% from 255) = 48.55%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=0.87%
G=48.55%
B=50.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31671740.980.0400.32182.4696.6134.71
Hex3A7AE624020b66123
Octal3247256142404026614143
Binary11101001111010111011000101000100000101101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A7AE; }

 p { color: rgb(3,167,174); }

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

<style>
 a { background-color: #03A7AE; }

 a { background-color: rgb(3,167,174); }

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

<style>
 span { border-color: #03A7AE; }

 span { border-color: rgb(3,167,174); }

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