#1191AE

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

Shades of Bondi Blue #1191AE

Tints of Bondi Blue #1191AE

Color information

#1191AE (or 0x1191AE) is unknown color: approx Bondi Blue. HEX triplet: 11, 91 and AE. RGB value is (17,145,174). Sum of RGB (Red+Green+Blue) = 17+145+174=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #1191AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1191AE is #EE6E51. Grayscale: #6D6D6D. Windows color (decimal): -15625810 or 11440401. OLE color: 11440401.

HSL color Cylindrical-coordinate representation of color #1191AE: hue angle of 191.08º 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 #1191AE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17145174-
CMYK0.900.1700.32
HSL191.08º82.2%37.45%-
HSV(B)191.08º90.23%68.24%-
XYZ1823.4343.62-
YUV110.03164.0961.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.06%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=5.06%
G=43.15%
B=51.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171451740.900.1700.32191.0882.237.45
Hex1191AE5A11020bf5225
Octal212212561322104027712245
Binary1000110010001101011101011010100010100000101111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1191AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1191AE; }

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

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

<style>
 a { background-color: #1191AE; }

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

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

<style>
 span { border-color: #1191AE; }

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

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