#118EBA

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

Shades of Bondi Blue #118EBA

Tints of Bondi Blue #118EBA

Color information

#118EBA (or 0x118EBA) is unknown color: approx Bondi Blue. HEX triplet: 11, 8E and BA. RGB value is (17,142,186). Sum of RGB (Red+Green+Blue) = 17+142+186=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #118EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EBA is #EE7145. Grayscale: #6D6D6D. Windows color (decimal): -15626566 or 12226065. OLE color: 12226065.

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

Color convert

RGB17142186-
CMYK0.910.2400.27
HSL195.62º83.25%39.8%-
HSV(B)195.62º90.86%72.94%-
XYZ18.7723.0149.91-
YUV109.64171.0961.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.93%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=4.93%
G=41.16%
B=53.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171421860.910.2400.27195.6283.2539.8
Hex118EBA5B1801Bc45328
Octal212162721333003330412350
Binary100011000111010111010101101111000011011110001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118EBA; }

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

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

<style>
 a { background-color: #118EBA; }

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

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

<style>
 span { border-color: #118EBA; }

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

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