#06A8B2

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

Shades of Bondi Blue #06A8B2

Tints of Bondi Blue #06A8B2

Color information

#06A8B2 (or 0x06A8B2) is unknown color: approx Bondi Blue. HEX triplet: 06, A8 and B2. RGB value is (6,168,178). Sum of RGB (Red+Green+Blue) = 6+168+178=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #06A8B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A8B2 is #F9574D. Grayscale: #787878. Windows color (decimal): -16340814 or 11708422. OLE color: 11708422.

HSL color Cylindrical-coordinate representation of color #06A8B2: hue angle of 183.49º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8B2 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6168178-
CMYK0.970.0600.30
HSL183.49º93.48%36.08%-
HSV(B)183.49º96.63%69.8%-
XYZ22.1131.2646.99-
YUV120.7160.3346.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 168 (66.02% from 255) = 47.73%
BLUE value IS 178 (69.92% from 255) = 50.57%
R=1.70%
G=47.73%
B=50.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61681780.970.0600.30183.4993.4836.08
Hex6A8B261601Eb75d24
Octal6250262141603626713544
Binary11010101000101100101100001110011110101101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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