#05A3B0

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

Shades of Bondi Blue #05A3B0

Tints of Bondi Blue #05A3B0

Color information

#05A3B0 (or 0x05A3B0) is unknown color: approx Bondi Blue. HEX triplet: 05, A3 and B0. RGB value is (5,163,176). Sum of RGB (Red+Green+Blue) = 5+163+176=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #05A3B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A3B0 is #FA5C4F. Grayscale: #757575. Windows color (decimal): -16407632 or 11576069. OLE color: 11576069.

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

Color convert

RGB5163176-
CMYK0.970.0700.31
HSL184.56º94.48%35.49%-
HSV(B)184.56º97.16%69.02%-
XYZ2129.3645.63-
YUV117.24161.1547.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.45%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 176 (69.14% from 255) = 51.16%
R=1.45%
G=47.38%
B=51.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51631760.970.0700.31184.5694.4835.49
Hex5A3B061701Fb95e23
Octal5243260141703727113643
Binary10110100011101100001100001111011111101110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A3B0; }

 p { color: rgb(5,163,176); }

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

<style>
 a { background-color: #05A3B0; }

 a { background-color: rgb(5,163,176); }

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

<style>
 span { border-color: #05A3B0; }

 span { border-color: rgb(5,163,176); }

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