#0B99BA

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

Shades of Bondi Blue #0B99BA

Tints of Bondi Blue #0B99BA

Color information

#0B99BA (or 0x0B99BA) is unknown color: approx Bondi Blue. HEX triplet: 0B, 99 and BA. RGB value is (11,153,186). Sum of RGB (Red+Green+Blue) = 11+153+186=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B99BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99BA is #F46645. Grayscale: #727272. Windows color (decimal): -16016966 or 12228875. OLE color: 12228875.

HSL color Cylindrical-coordinate representation of color #0B99BA: hue angle of 191.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B99BA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11153186-
CMYK0.940.1800.27
HSL191.31º88.83%38.63%-
HSV(B)191.31º94.09%72.94%-
XYZ20.3926.450.48-
YUV114.3168.4654.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.14%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=3.14%
G=43.71%
B=53.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111531860.940.1800.27191.3188.8338.63
HexB99BA5E1201Bbf5927
Octal132312721362203327713147
Binary10111001100110111010101111010010011011101111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,153,186); }

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

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

 a { background-color: rgb(11,153,186); }

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

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

 span { border-color: rgb(11,153,186); }

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