#0B8BAD

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

Shades of Bondi Blue #0B8BAD

Tints of Bondi Blue #0B8BAD

Color information

#0B8BAD (or 0x0B8BAD) is unknown color: approx Bondi Blue. HEX triplet: 0B, 8B and AD. RGB value is (11,139,173). Sum of RGB (Red+Green+Blue) = 11+139+173=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B8BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8BAD is #F47452. Grayscale: #686868. Windows color (decimal): -16020563 or 11373323. OLE color: 11373323.

HSL color Cylindrical-coordinate representation of color #0B8BAD: hue angle of 192.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8BAD is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11139173-
CMYK0.940.2000.32
HSL192.59º88.04%36.08%-
HSV(B)192.59º93.64%67.84%-
XYZ16.9121.5542.8-
YUV104.6166.5961.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.41%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=3.41%
G=43.03%
B=53.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111391730.940.2000.32192.5988.0436.08
HexB8BAD5E14020c15824
Octal132132551362404030113044
Binary101110001011101011011011110101000100000110000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,139,173); }

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

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

 a { background-color: rgb(11,139,173); }

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

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

 span { border-color: rgb(11,139,173); }

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