#0BA3B3

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

Shades of Bondi Blue #0BA3B3

Tints of Bondi Blue #0BA3B3

Color information

#0BA3B3 (or 0x0BA3B3) is unknown color: approx Bondi Blue. HEX triplet: 0B, A3 and B3. RGB value is (11,163,179). Sum of RGB (Red+Green+Blue) = 11+163+179=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #0BA3B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA3B3 is #F45C4C. Grayscale: #777777. Windows color (decimal): -16014413 or 11772683. OLE color: 11772683.

HSL color Cylindrical-coordinate representation of color #0BA3B3: hue angle of 185.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA3B3 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11163179-
CMYK0.940.0900.30
HSL185.71º88.42%37.25%-
HSV(B)185.71º93.85%70.2%-
XYZ21.3729.5247.22-
YUV119.38161.6450.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.12%
GREEN value IS 163 (64.06% from 255) = 46.18%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=3.12%
G=46.18%
B=50.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111631790.940.0900.30185.7188.4237.25
HexBA3B35E901Eba5825
Octal132432631361103627213045
Binary1011101000111011001110111101001011110101110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,163,179); }

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

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

 a { background-color: rgb(11,163,179); }

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

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

 span { border-color: rgb(11,163,179); }

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