#03A9B3

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

Shades of Bondi Blue #03A9B3

Tints of Bondi Blue #03A9B3

Color information

#03A9B3 (or 0x03A9B3) is unknown color: approx Bondi Blue. HEX triplet: 03, A9 and B3. RGB value is (3,169,179). Sum of RGB (Red+Green+Blue) = 3+169+179=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #03A9B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A9B3 is #FC564C. Grayscale: #787878. Windows color (decimal): -16537165 or 11774211. OLE color: 11774211.

HSL color Cylindrical-coordinate representation of color #03A9B3: hue angle of 183.41º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A9B3 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3169179-
CMYK0.980.0600.30
HSL183.41º96.7%35.69%-
HSV(B)183.41º98.32%70.2%-
XYZ22.3631.6547.58-
YUV120.5116144.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=0.85%
G=48.15%
B=51.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31691790.980.0600.30183.4196.735.69
Hex3A9B362601Eb76124
Octal3251263142603626714144
Binary1110101001101100111100010110011110101101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,169,179); }

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

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

 a { background-color: rgb(3,169,179); }

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

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

 span { border-color: rgb(3,169,179); }

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