#1186BA

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

Shades of Bondi Blue #1186BA

Tints of Bondi Blue #1186BA

Color information

#1186BA (or 0x1186BA) is unknown color: approx Bondi Blue. HEX triplet: 11, 86 and BA. RGB value is (17,134,186). Sum of RGB (Red+Green+Blue) = 17+134+186=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #1186BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1186BA is #EE7945. Grayscale: #686868. Windows color (decimal): -15628614 or 12224017. OLE color: 12224017.

HSL color Cylindrical-coordinate representation of color #1186BA: hue angle of 198.46º 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 #1186BA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17134186-
CMYK0.910.2800.27
HSL198.46º83.25%39.8%-
HSV(B)198.46º90.86%72.94%-
XYZ17.6220.7149.52-
YUV104.94173.7465.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.04%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=5.04%
G=39.76%
B=55.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171341860.910.2800.27198.4683.2539.8
Hex1186BA5B1C01Bc65328
Octal212062721333403330612350
Binary100011000011010111010101101111100011011110001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1186BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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