#06A5AB

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

Shades of Bondi Blue #06A5AB

Tints of Bondi Blue #06A5AB

Color information

#06A5AB (or 0x06A5AB) is unknown color: approx Bondi Blue. HEX triplet: 06, A5 and AB. RGB value is (6,165,171). Sum of RGB (Red+Green+Blue) = 6+165+171=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #06A5AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A5AB is #F95A54. Grayscale: #757575. Windows color (decimal): -16341589 or 11248902. OLE color: 11248902.

HSL color Cylindrical-coordinate representation of color #06A5AB: hue angle of 182.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A5AB is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6165171-
CMYK0.960.0400.33
HSL182.18º93.22%34.71%-
HSV(B)182.18º96.49%67.06%-
XYZ20.8829.8943.2-
YUV118.14157.8248.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.75%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 171 (67.19% from 255) = 50%
R=1.75%
G=48.25%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61651710.960.0400.33182.1893.2234.71
Hex6A5AB604021b65d23
Octal6245253140404126613543
Binary110101001011010101111000001000100001101101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A5AB; }

 p { color: rgb(6,165,171); }

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

<style>
 a { background-color: #06A5AB; }

 a { background-color: rgb(6,165,171); }

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

<style>
 span { border-color: #06A5AB; }

 span { border-color: rgb(6,165,171); }

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