#1199A9

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

Shades of Bondi Blue #1199A9

Tints of Bondi Blue #1199A9

Color information

#1199A9 (or 0x1199A9) is unknown color: approx Bondi Blue. HEX triplet: 11, 99 and A9. RGB value is (17,153,169). Sum of RGB (Red+Green+Blue) = 17+153+169=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #1199A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199A9 is #EE6656. Grayscale: #717171. Windows color (decimal): -15623767 or 11114769. OLE color: 11114769.

HSL color Cylindrical-coordinate representation of color #1199A9: hue angle of 186.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1199A9 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB17153169-
CMYK0.900.0900.34
HSL186.32º81.72%36.47%-
HSV(B)186.32º89.94%66.27%-
XYZ18.7825.7741.52-
YUV114.16158.9458.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.01%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 169 (66.41% from 255) = 49.85%
R=5.01%
G=45.13%
B=49.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal171531690.900.0900.34186.3281.7236.47
Hex1199A95A9022ba5224
Octal212312511321104227212244
Binary100011001100110101001101101010010100010101110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1199A9; }

 p { color: rgb(17,153,169); }

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

<style>
 a { background-color: #1199A9; }

 a { background-color: rgb(17,153,169); }

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

<style>
 span { border-color: #1199A9; }

 span { border-color: rgb(17,153,169); }

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