#1091AB

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

Shades of Bondi Blue #1091AB

Tints of Bondi Blue #1091AB

Color information

#1091AB (or 0x1091AB) is unknown color: approx Bondi Blue. HEX triplet: 10, 91 and AB. RGB value is (16,145,171). Sum of RGB (Red+Green+Blue) = 16+145+171=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #1091AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1091AB is #EF6E54. Grayscale: #6D6D6D. Windows color (decimal): -15691349 or 11243792. OLE color: 11243792.

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

Color convert

RGB16145171-
CMYK0.910.1500.33
HSL190.06º82.89%36.67%-
HSV(B)190.06º90.64%67.06%-
XYZ17.6923.342.09-
YUV109.39162.7661.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=4.82%
G=43.67%
B=51.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161451710.910.1500.33190.0682.8936.67
Hex1091AB5BF021be5325
Octal202212531331704127612345
Binary100001001000110101011101101111110100001101111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1091AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,145,171); }

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

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

 a { background-color: rgb(16,145,171); }

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

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

 span { border-color: rgb(16,145,171); }

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