#03A5B1

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

Shades of Bondi Blue #03A5B1

Tints of Bondi Blue #03A5B1

Color information

#03A5B1 (or 0x03A5B1) is unknown color: approx Bondi Blue. HEX triplet: 03, A5 and B1. RGB value is (3,165,177). Sum of RGB (Red+Green+Blue) = 3+165+177=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #03A5B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A5B1 is #FC5A4E. Grayscale: #757575. Windows color (decimal): -16538191 or 11642115. OLE color: 11642115.

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

Color convert

RGB3165177-
CMYK0.980.0700.31
HSL184.14º96.67%35.29%-
HSV(B)184.14º98.31%69.41%-
XYZ21.4330.146.28-
YUV117.93161.3346.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 177 (69.53% from 255) = 51.30%
R=0.87%
G=47.83%
B=51.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31651770.980.0700.31184.1496.6735.29
Hex3A5B162701Fb86123
Octal3245261142703727014143
Binary1110100101101100011100010111011111101110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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