Html Css Color HEX #0BA3A9 Bondi Blue

📋 copy color: '#0BA3A9'

red 11 ◦ green 163 ◦ blue 169

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

Shades of Bondi Blue #0BA3A9

Tints of Bondi Blue #0BA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.52%

 BLUE value IS 169 (66.41% from 255) = 49.27%

R = 3.21%
G = 47.52%
B = 49.27%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0BA3A9 (or 0x0BA3A9) is known color: Bondi Blue. HEX triplet: 0B, A3 and A9. RGB value is (11,163,169). Sum of RGB (Red+Green+Blue) = 11+163+169=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #0BA3A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA3A9 is #F45C56. Grayscale: #767676. Windows color (decimal): -16014423 or 11117323. OLE color: 11117323.

HSL color Cylindrical-coordinate representation of color #0BA3A9: hue angle of 182.28º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA3A9 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 11 163 169 -
CMYK 0.93 0.04 0 0.34
HSL 182.28º 0.88% 0.35% -
HSV(B) 182.28º 0.93% 0.66% -
XYZ 20.4 29.13 42.08 -
YUV 118.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 11 163 169 0.93 0.04 0 0.34 182.28 0.88 0.35
Hex B A3 A9 5D 4 0 22 B6 58 23
Octal 13 243 251 135 4 0 42 266 130 43
Binary 1011 10100011 10101001 1011101 100 0 100010 10110110 1011000 100011

Color Harmonies of #0BA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA3A9

Black with #0BA3A9

Text Example


Text Example

White with #0BA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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