#119BAE

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

Shades of Bondi Blue #119BAE

Tints of Bondi Blue #119BAE

Color information

#119BAE (or 0x119BAE) is unknown color: approx Bondi Blue. HEX triplet: 11, 9B and AE. RGB value is (17,155,174). Sum of RGB (Red+Green+Blue) = 17+155+174=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #119BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAE is #EE6451. Grayscale: #737373. Windows color (decimal): -15623250 or 11442961. OLE color: 11442961.

HSL color Cylindrical-coordinate representation of color #119BAE: hue angle of 187.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119BAE is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17155174-
CMYK0.900.1100.32
HSL187.26º82.2%37.45%-
HSV(B)187.26º90.23%68.24%-
XYZ19.5926.6244.15-
YUV115.9160.7857.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=4.91%
G=44.80%
B=50.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171551740.900.1100.32187.2682.237.45
Hex119BAE5AB020bb5225
Octal212332561321304027312245
Binary100011001101110101110101101010110100000101110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,155,174); }

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

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

 a { background-color: rgb(17,155,174); }

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

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

 span { border-color: rgb(17,155,174); }

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