#1199BA

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

Shades of Bondi Blue #1199BA

Tints of Bondi Blue #1199BA

Color information

#1199BA (or 0x1199BA) is unknown color: approx Bondi Blue. HEX triplet: 11, 99 and BA. RGB value is (17,153,186). Sum of RGB (Red+Green+Blue) = 17+153+186=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #1199BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199BA is #EE6645. Grayscale: #737373. Windows color (decimal): -15623750 or 12228881. OLE color: 12228881.

HSL color Cylindrical-coordinate representation of color #1199BA: hue angle of 191.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1199BA is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17153186-
CMYK0.910.1800.27
HSL191.72º83.25%39.8%-
HSV(B)191.72º90.86%72.94%-
XYZ20.4926.4550.48-
YUV116.1167.4457.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.78%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=4.78%
G=42.98%
B=52.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171531860.910.1800.27191.7283.2539.8
Hex1199BA5B1201Bc05328
Octal212312721332203330012350
Binary100011001100110111010101101110010011011110000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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