#03A6B1

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

Shades of Bondi Blue #03A6B1

Tints of Bondi Blue #03A6B1

Color information

#03A6B1 (or 0x03A6B1) is unknown color: approx Bondi Blue. HEX triplet: 03, A6 and B1. RGB value is (3,166,177). Sum of RGB (Red+Green+Blue) = 3+166+177=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #03A6B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A6B1 is #FC594E. Grayscale: #767676. Windows color (decimal): -16537935 or 11642371. OLE color: 11642371.

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

Color convert

RGB3166177-
CMYK0.980.0600.31
HSL183.79º96.67%35.29%-
HSV(B)183.79º98.31%69.41%-
XYZ21.6130.4746.34-
YUV118.5216145.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=0.87%
G=47.98%
B=51.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31661770.980.0600.31183.7996.6735.29
Hex3A6B162601Fb86123
Octal3246261142603727014143
Binary1110100110101100011100010110011111101110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,166,177); }

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

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

 a { background-color: rgb(3,166,177); }

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

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

 span { border-color: rgb(3,166,177); }

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