#0AA2B6

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

Shades of Bondi Blue #0AA2B6

Tints of Bondi Blue #0AA2B6

Color information

#0AA2B6 (or 0x0AA2B6) is unknown color: approx Bondi Blue. HEX triplet: 0A, A2 and B6. RGB value is (10,162,182). Sum of RGB (Red+Green+Blue) = 10+162+182=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #0AA2B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2B6 is #F55D49. Grayscale: #767676. Windows color (decimal): -16080202 or 11969034. OLE color: 11969034.

HSL color Cylindrical-coordinate representation of color #0AA2B6: hue angle of 186.98º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA2B6 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10162182-
CMYK0.950.1100.29
HSL186.98º89.58%37.65%-
HSV(B)186.98º94.51%71.37%-
XYZ21.4929.2848.78-
YUV118.83163.6450.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 182 (71.48% from 255) = 51.41%
R=2.82%
G=45.76%
B=51.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101621820.950.1100.29186.9889.5837.65
HexAA2B65FB01Dbb5a26
Octal122422661371303527313246
Binary1010101000101011011010111111011011101101110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA2B6; }

 p { color: rgb(10,162,182); }

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

<style>
 a { background-color: #0AA2B6; }

 a { background-color: rgb(10,162,182); }

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

<style>
 span { border-color: #0AA2B6; }

 span { border-color: rgb(10,162,182); }

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