#05A2B7

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

Shades of Bondi Blue #05A2B7

Tints of Bondi Blue #05A2B7

Color information

#05A2B7 (or 0x05A2B7) is unknown color: approx Bondi Blue. HEX triplet: 05, A2 and B7. RGB value is (5,162,183). Sum of RGB (Red+Green+Blue) = 5+162+183=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #05A2B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2B7 is #FA5D48. Grayscale: #757575. Windows color (decimal): -16407881 or 12034565. OLE color: 12034565.

HSL color Cylindrical-coordinate representation of color #05A2B7: hue angle of 187.08º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A2B7 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5162183-
CMYK0.970.1100.28
HSL187.08º94.68%36.86%-
HSV(B)187.08º97.27%71.76%-
XYZ21.5329.2949.32-
YUV117.45164.9947.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 183 (71.88% from 255) = 52.29%
R=1.43%
G=46.29%
B=52.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51621830.970.1100.28187.0894.6836.86
Hex5A2B761B01Cbb5f25
Octal52422671411303427313745
Binary101101000101011011111000011011011100101110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,162,183); }

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

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

 a { background-color: rgb(5,162,183); }

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

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

 span { border-color: rgb(5,162,183); }

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