#1090AB

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

Shades of Bondi Blue #1090AB

Tints of Bondi Blue #1090AB

Color information

#1090AB (or 0x1090AB) is unknown color: approx Bondi Blue. HEX triplet: 10, 90 and AB. RGB value is (16,144,171). Sum of RGB (Red+Green+Blue) = 16+144+171=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #1090AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1090AB is #EF6F54. Grayscale: #6C6C6C. Windows color (decimal): -15691605 or 11243536. OLE color: 11243536.

HSL color Cylindrical-coordinate representation of color #1090AB: hue angle of 190.45º 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 #1090AB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16144171-
CMYK0.910.1600.33
HSL190.45º82.89%36.67%-
HSV(B)190.45º90.64%67.06%-
XYZ17.542342.04-
YUV108.81163.0961.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.83%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=4.83%
G=43.50%
B=51.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161441710.910.1600.33190.4582.8936.67
Hex1090AB5B10021be5325
Octal202202531332004127612345
Binary1000010010000101010111011011100000100001101111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1090AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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