#1199BB

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

Shades of Bondi Blue #1199BB

Tints of Bondi Blue #1199BB

Color information

#1199BB (or 0x1199BB) is unknown color: approx Bondi Blue. HEX triplet: 11, 99 and BB. RGB value is (17,153,187). Sum of RGB (Red+Green+Blue) = 17+153+187=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #1199BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199BB is #EE6644. Grayscale: #737373. Windows color (decimal): -15623749 or 12294417. OLE color: 12294417.

HSL color Cylindrical-coordinate representation of color #1199BB: hue angle of 192º 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 #1199BB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17153187-
CMYK0.910.1800.27
HSL192º83.33%40%-
HSV(B)192º90.91%73.33%-
XYZ20.5926.4951.04-
YUV116.21167.9457.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.76%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=4.76%
G=42.86%
B=52.38%

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
Decimal171531870.910.1800.2719283.3340
Hex1199BB5B1201Bc05328
Octal212312731332203330012350
Binary100011001100110111011101101110010011011110000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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