Html Css Color HEX #0BA0AD Bondi Blue

📋 copy color: '#0BA0AD'

red 11 ◦ green 160 ◦ blue 173

#0BA0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0BA0AD

Tints of Bondi Blue #0BA0AD

RGB

 RED value IS 11 (4.69% from 255) = 3.2%

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 3.2%
G = 46.51%
B = 50.29%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0BA0AD (or 0x0BA0AD) is known color: Bondi Blue. HEX triplet: 0B, A0 and AD. RGB value is (11,160,173). Sum of RGB (Red+Green+Blue) = 11+160+173=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #0BA0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA0AD is #F45F52. Grayscale: #747474. Windows color (decimal): -16015187 or 11378699. OLE color: 11378699.

HSL color Cylindrical-coordinate representation of color #0BA0AD: hue angle of 184.81º 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 #0BA0AD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 160 173 -
CMYK 0.94 0.08 0 0.32
HSL 184.81º 0.88% 0.36% -
HSV(B) 184.81º 0.94% 0.68% -
XYZ 20.25 28.23 43.92 -
YUV 116.93 159.64 52.44 -
System Red Green Blue C M Y K H S L
Decimal 11 160 173 0.94 0.08 0 0.32 184.81 0.88 0.36
Hex B A0 AD 5E 8 0 20 B9 58 24
Octal 13 240 255 136 10 0 40 271 130 44
Binary 1011 10100000 10101101 1011110 1000 0 100000 10111001 1011000 100100

Color Harmonies of #0BA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA0AD

Black with #0BA0AD

Text Example


Text Example

White with #0BA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BA0AD;
 }
 .AnyTagClassName
 {
   color: #0BA0AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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