#119DBA

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

Shades of Bondi Blue #119DBA

Tints of Bondi Blue #119DBA

Color information

#119DBA (or 0x119DBA) is unknown color: approx Bondi Blue. HEX triplet: 11, 9D and BA. RGB value is (17,157,186). Sum of RGB (Red+Green+Blue) = 17+157+186=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #119DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DBA is #EE6245. Grayscale: #767676. Windows color (decimal): -15622726 or 12229905. OLE color: 12229905.

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

Color convert

RGB17157186-
CMYK0.910.1600.27
HSL190.3º83.25%39.8%-
HSV(B)190.3º90.86%72.94%-
XYZ21.1527.7850.7-
YUV118.45166.1255.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.72%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=4.72%
G=43.61%
B=51.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171571860.910.1600.27190.383.2539.8
Hex119DBA5B1001Bbe5328
Octal212352721332003327612350
Binary100011001110110111010101101110000011011101111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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