#109AAE

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

Shades of Bondi Blue #109AAE

Tints of Bondi Blue #109AAE

Color information

#109AAE (or 0x109AAE) is unknown color: approx Bondi Blue. HEX triplet: 10, 9A and AE. RGB value is (16,154,174). Sum of RGB (Red+Green+Blue) = 16+154+174=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #109AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AAE is #EF6551. Grayscale: #727272. Windows color (decimal): -15689042 or 11442704. OLE color: 11442704.

HSL color Cylindrical-coordinate representation of color #109AAE: hue angle of 187.59º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109AAE is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16154174-
CMYK0.910.1100.32
HSL187.59º83.16%37.25%-
HSV(B)187.59º90.8%68.24%-
XYZ19.4126.2844.09-
YUV115.02161.2857.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.65%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=4.65%
G=44.77%
B=50.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161541740.910.1100.32187.5983.1637.25
Hex109AAE5BB020bc5325
Octal202322561331304027412345
Binary100001001101010101110101101110110100000101111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109AAE; }

 p { color: rgb(16,154,174); }

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

<style>
 a { background-color: #109AAE; }

 a { background-color: rgb(16,154,174); }

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

<style>
 span { border-color: #109AAE; }

 span { border-color: rgb(16,154,174); }

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