#06A8AF

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

Shades of Bondi Blue #06A8AF

Tints of Bondi Blue #06A8AF

Color information

#06A8AF (or 0x06A8AF) is unknown color: approx Bondi Blue. HEX triplet: 06, A8 and AF. RGB value is (6,168,175). Sum of RGB (Red+Green+Blue) = 6+168+175=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #06A8AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A8AF is #F95750. Grayscale: #787878. Windows color (decimal): -16340817 or 11511814. OLE color: 11511814.

HSL color Cylindrical-coordinate representation of color #06A8AF: hue angle of 182.49º degrees, saturation: 0.93, 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 #06A8AF is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6168175-
CMYK0.970.0400.31
HSL182.49º93.37%35.49%-
HSV(B)182.49º96.57%68.63%-
XYZ21.8231.1445.42-
YUV120.36158.8346.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 168 (66.02% from 255) = 48.14%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=1.72%
G=48.14%
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.31
SystemRedGreenBlueCMYKHSL
Decimal61681750.970.0400.31182.4993.3735.49
Hex6A8AF61401Fb65d23
Octal6250257141403726613543
Binary11010101000101011111100001100011111101101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,168,175); }

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

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

 a { background-color: rgb(6,168,175); }

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

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

 span { border-color: rgb(6,168,175); }

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