#11A3B3

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

Shades of Bondi Blue #11A3B3

Tints of Bondi Blue #11A3B3

Color information

#11A3B3 (or 0x11A3B3) is unknown color: approx Bondi Blue. HEX triplet: 11, A3 and B3. RGB value is (17,163,179). Sum of RGB (Red+Green+Blue) = 17+163+179=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #11A3B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A3B3 is #EE5C4C. Grayscale: #787878. Windows color (decimal): -15621197 or 11772689. OLE color: 11772689.

HSL color Cylindrical-coordinate representation of color #11A3B3: hue angle of 185.93º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A3B3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17163179-
CMYK0.910.0900.30
HSL185.93º82.65%38.43%-
HSV(B)185.93º90.5%70.2%-
XYZ21.4729.5747.22-
YUV121.17160.6353.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.74%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=4.74%
G=45.40%
B=49.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171631790.910.0900.30185.9382.6538.43
Hex11A3B35B901Eba5326
Octal212432631331103627212346
Binary10001101000111011001110110111001011110101110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A3B3; }

 p { color: rgb(17,163,179); }

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

<style>
 a { background-color: #11A3B3; }

 a { background-color: rgb(17,163,179); }

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

<style>
 span { border-color: #11A3B3; }

 span { border-color: rgb(17,163,179); }

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