Html Css Color HEX #0BA0A6 Bondi Blue

📋 copy color: '#0BA0A6'

red 11 ◦ green 160 ◦ blue 166

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

Shades of Bondi Blue #0BA0A6

Tints of Bondi Blue #0BA0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 3.26%
G = 47.48%
B = 49.26%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0BA0A6 (or 0x0BA0A6) is known color: Bondi Blue. HEX triplet: 0B, A0 and A6. RGB value is (11,160,166). Sum of RGB (Red+Green+Blue) = 11+160+166=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #0BA0A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA0A6 is #F45F59. Grayscale: #737373. Windows color (decimal): -16015194 or 10919947. OLE color: 10919947.

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

Color convert

RGB 11 160 166 -
CMYK 0.93 0.04 0 0.35
HSL 182.32º 0.88% 0.35% -
HSV(B) 182.32º 0.93% 0.65% -
XYZ 19.59 27.97 40.44 -
YUV 116.13 156.14 53.01 -
System Red Green Blue C M Y K H S L
Decimal 11 160 166 0.93 0.04 0 0.35 182.32 0.88 0.35
Hex B A0 A6 5D 4 0 23 B6 58 23
Octal 13 240 246 135 4 0 43 266 130 43
Binary 1011 10100000 10100110 1011101 100 0 100011 10110110 1011000 100011

Color Harmonies of #0BA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA0A6

Black with #0BA0A6

Text Example


Text Example

White with #0BA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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