#06A1B5

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

Shades of Bondi Blue #06A1B5

Tints of Bondi Blue #06A1B5

Color information

#06A1B5 (or 0x06A1B5) is unknown color: approx Bondi Blue. HEX triplet: 06, A1 and B5. RGB value is (6,161,181). Sum of RGB (Red+Green+Blue) = 6+161+181=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #06A1B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1B5 is #F95E4A. Grayscale: #747474. Windows color (decimal): -16342603 or 11903238. OLE color: 11903238.

HSL color Cylindrical-coordinate representation of color #06A1B5: hue angle of 186.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A1B5 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6161181-
CMYK0.970.1100.29
HSL186.86º93.58%36.67%-
HSV(B)186.86º96.69%70.98%-
XYZ21.1628.8648.17-
YUV116.93164.1548.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 181 (71.09% from 255) = 52.01%
R=1.72%
G=46.26%
B=52.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61611810.970.1100.29186.8693.5836.67
Hex6A1B561B01Dbb5e25
Octal62412651411303527313645
Binary110101000011011010111000011011011101101110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,181); }

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

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

 a { background-color: rgb(6,161,181); }

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

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

 span { border-color: rgb(6,161,181); }

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