#05A0B9

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

Shades of Bondi Blue #05A0B9

Tints of Bondi Blue #05A0B9

Color information

#05A0B9 (or 0x05A0B9) is unknown color: approx Bondi Blue. HEX triplet: 05, A0 and B9. RGB value is (5,160,185). Sum of RGB (Red+Green+Blue) = 5+160+185=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #05A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0B9 is #FA5F46. Grayscale: #747474. Windows color (decimal): -16408391 or 12165125. OLE color: 12165125.

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

Color convert

RGB5160185-
CMYK0.970.1400.27
HSL188.33º94.74%37.25%-
HSV(B)188.33º97.3%72.55%-
XYZ21.3928.6850.31-
YUV116.5166.6548.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=1.43%
G=45.71%
B=52.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51601850.970.1400.27188.3394.7437.25
Hex5A0B961E01Bbc5f25
Octal52402711411603327413745
Binary101101000001011100111000011110011011101111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,160,185); }

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

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

 a { background-color: rgb(5,160,185); }

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

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

 span { border-color: rgb(5,160,185); }

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