#1092AA

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

Shades of Bondi Blue #1092AA

Tints of Bondi Blue #1092AA

Color information

#1092AA (or 0x1092AA) is unknown color: approx Bondi Blue. HEX triplet: 10, 92 and AA. RGB value is (16,146,170). Sum of RGB (Red+Green+Blue) = 16+146+170=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #1092AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1092AA is #EF6D55. Grayscale: #6D6D6D. Windows color (decimal): -15691094 or 11178512. OLE color: 11178512.

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

Color convert

RGB16146170-
CMYK0.910.1400.33
HSL189.35º82.8%36.47%-
HSV(B)189.35º90.59%66.67%-
XYZ17.7523.5741.64-
YUV109.87161.9361.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=4.82%
G=43.98%
B=51.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161461700.910.1400.33189.3582.836.47
Hex1092AA5BE021bd5324
Octal202222521331604127512344
Binary100001001001010101010101101111100100001101111011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1092AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1092AA; }

 p { color: rgb(16,146,170); }

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

<style>
 a { background-color: #1092AA; }

 a { background-color: rgb(16,146,170); }

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

<style>
 span { border-color: #1092AA; }

 span { border-color: rgb(16,146,170); }

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