#03A8AE

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

Shades of Bondi Blue #03A8AE

Tints of Bondi Blue #03A8AE

Color information

#03A8AE (or 0x03A8AE) is unknown color: approx Bondi Blue. HEX triplet: 03, A8 and AE. RGB value is (3,168,174). Sum of RGB (Red+Green+Blue) = 3+168+174=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #03A8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A8AE is #FC5751. Grayscale: #777777. Windows color (decimal): -16537426 or 11446275. OLE color: 11446275.

HSL color Cylindrical-coordinate representation of color #03A8AE: hue angle of 182.11º 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 #03A8AE is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3168174-
CMYK0.980.0300.32
HSL182.11º96.61%34.71%-
HSV(B)182.11º98.28%68.24%-
XYZ21.6831.0844.9-
YUV119.35158.8445.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=0.87%
G=48.70%
B=50.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31681740.980.0300.32182.1196.6134.71
Hex3A8AE623020b66123
Octal3250256142304026614143
Binary1110101000101011101100010110100000101101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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