#1183BC

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

Shades of Bondi Blue #1183BC

Tints of Bondi Blue #1183BC

Color information

#1183BC (or 0x1183BC) is unknown color: approx Bondi Blue. HEX triplet: 11, 83 and BC. RGB value is (17,131,188). Sum of RGB (Red+Green+Blue) = 17+131+188=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #1183BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183BC is #EE7C43. Grayscale: #676767. Windows color (decimal): -15629380 or 12354321. OLE color: 12354321.

HSL color Cylindrical-coordinate representation of color #1183BC: hue angle of 200º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1183BC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17131188-
CMYK0.910.3000.26
HSL200º83.41%40.2%-
HSV(B)200º90.96%73.73%-
XYZ17.4219.9850.52-
YUV103.41175.7366.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.06%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 188 (73.83% from 255) = 55.95%
R=5.06%
G=38.99%
B=55.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171311880.910.3000.2620083.4140.2
Hex1183BC5B1E01Ac85328
Octal212032741333603231012350
Binary100011000001110111100101101111110011010110010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1183BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1183BC; }

 p { color: rgb(17,131,188); }

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

<style>
 a { background-color: #1183BC; }

 a { background-color: rgb(17,131,188); }

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

<style>
 span { border-color: #1183BC; }

 span { border-color: rgb(17,131,188); }

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