#1192AE

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

Shades of Bondi Blue #1192AE

Tints of Bondi Blue #1192AE

Color information

#1192AE (or 0x1192AE) is unknown color: approx Bondi Blue. HEX triplet: 11, 92 and AE. RGB value is (17,146,174). Sum of RGB (Red+Green+Blue) = 17+146+174=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #1192AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192AE is #EE6D51. Grayscale: #6E6E6E. Windows color (decimal): -15625554 or 11440657. OLE color: 11440657.

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

Color convert

RGB17146174-
CMYK0.900.1600.32
HSL190.7º82.2%37.45%-
HSV(B)190.7º90.23%68.24%-
XYZ18.1523.7343.67-
YUV110.62163.7661.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.04%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=5.04%
G=43.32%
B=51.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171461740.900.1600.32190.782.237.45
Hex1192AE5A10020bf5225
Octal212222561322004027712245
Binary1000110010010101011101011010100000100000101111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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