#1199AD

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

Shades of Bondi Blue #1199AD

Tints of Bondi Blue #1199AD

Color information

#1199AD (or 0x1199AD) is unknown color: approx Bondi Blue. HEX triplet: 11, 99 and AD. RGB value is (17,153,173). Sum of RGB (Red+Green+Blue) = 17+153+173=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #1199AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199AD is #EE6652. Grayscale: #727272. Windows color (decimal): -15623763 or 11376913. OLE color: 11376913.

HSL color Cylindrical-coordinate representation of color #1199AD: hue angle of 187.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1199AD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17153173-
CMYK0.900.1200.32
HSL187.69º82.11%37.25%-
HSV(B)187.69º90.17%67.84%-
XYZ19.1725.9243.53-
YUV114.62160.9458.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.96%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=4.96%
G=44.61%
B=50.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171531730.900.1200.32187.6982.1137.25
Hex1199AD5AC020bc5225
Octal212312551321404027412245
Binary100011001100110101101101101011000100000101111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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