#1192AB

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

Shades of Bondi Blue #1192AB

Tints of Bondi Blue #1192AB

Color information

#1192AB (or 0x1192AB) is unknown color: approx Bondi Blue. HEX triplet: 11, 92 and AB. RGB value is (17,146,171). Sum of RGB (Red+Green+Blue) = 17+146+171=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1192AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192AB is #EE6D54. Grayscale: #6E6E6E. Windows color (decimal): -15625557 or 11244049. OLE color: 11244049.

HSL color Cylindrical-coordinate representation of color #1192AB: hue angle of 189.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1192AB is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17146171-
CMYK0.900.1500.33
HSL189.74º81.91%36.86%-
HSV(B)189.74º90.06%67.06%-
XYZ17.8623.6242.15-
YUV110.28162.2661.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.09%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=5.09%
G=43.71%
B=51.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171461710.900.1500.33189.7481.9136.86
Hex1192AB5AF021be5225
Octal212222531321704127612245
Binary100011001001010101011101101011110100001101111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1192AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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