#06A7AE

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

Shades of Bondi Blue #06A7AE

Tints of Bondi Blue #06A7AE

Color information

#06A7AE (or 0x06A7AE) is unknown color: approx Bondi Blue. HEX triplet: 06, A7 and AE. RGB value is (6,167,174). Sum of RGB (Red+Green+Blue) = 6+167+174=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #06A7AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A7AE is #F95851. Grayscale: #777777. Windows color (decimal): -16341074 or 11446022. OLE color: 11446022.

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

Color convert

RGB6167174-
CMYK0.970.0400.32
HSL182.5º93.33%35.29%-
HSV(B)182.5º96.55%68.24%-
XYZ21.5330.7344.84-
YUV119.66158.6646.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=1.73%
G=48.13%
B=50.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61671740.970.0400.32182.593.3335.29
Hex6A7AE614020b65d23
Octal6247256141404026613543
Binary110101001111010111011000011000100000101101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,167,174); }

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

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

 a { background-color: rgb(6,167,174); }

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

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

 span { border-color: rgb(6,167,174); }

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