#1196BA

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

Shades of Bondi Blue #1196BA

Tints of Bondi Blue #1196BA

Color information

#1196BA (or 0x1196BA) is unknown color: approx Bondi Blue. HEX triplet: 11, 96 and BA. RGB value is (17,150,186). Sum of RGB (Red+Green+Blue) = 17+150+186=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1196BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196BA is #EE6945. Grayscale: #727272. Windows color (decimal): -15624518 or 12228113. OLE color: 12228113.

HSL color Cylindrical-coordinate representation of color #1196BA: hue angle of 192.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1196BA is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17150186-
CMYK0.910.1900.27
HSL192.78º83.25%39.8%-
HSV(B)192.78º90.86%72.94%-
XYZ2025.4850.32-
YUV114.34168.4458.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.82%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=4.82%
G=42.49%
B=52.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171501860.910.1900.27192.7883.2539.8
Hex1196BA5B1301Bc15328
Octal212262721332303330112350
Binary100011001011010111010101101110011011011110000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1196BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1196BA; }

 p { color: rgb(17,150,186); }

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

<style>
 a { background-color: #1196BA; }

 a { background-color: rgb(17,150,186); }

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

<style>
 span { border-color: #1196BA; }

 span { border-color: rgb(17,150,186); }

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