#119EBA

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

Shades of Bondi Blue #119EBA

Tints of Bondi Blue #119EBA

Color information

#119EBA (or 0x119EBA) is unknown color: approx Bondi Blue. HEX triplet: 11, 9E and BA. RGB value is (17,158,186). Sum of RGB (Red+Green+Blue) = 17+158+186=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #119EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EBA is #EE6145. Grayscale: #767676. Windows color (decimal): -15622470 or 12230161. OLE color: 12230161.

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

Color convert

RGB17158186-
CMYK0.910.1500.27
HSL189.94º83.25%39.8%-
HSV(B)189.94º90.86%72.94%-
XYZ21.3228.1250.76-
YUV119.03165.7955.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.71%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=4.71%
G=43.77%
B=51.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171581860.910.1500.27189.9483.2539.8
Hex119EBA5BF01Bbe5328
Octal212362721331703327612350
Binary10001100111101011101010110111111011011101111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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