#108BBA

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

Shades of Bondi Blue #108BBA

Tints of Bondi Blue #108BBA

Color information

#108BBA (or 0x108BBA) is unknown color: approx Bondi Blue. HEX triplet: 10, 8B and BA. RGB value is (16,139,186). Sum of RGB (Red+Green+Blue) = 16+139+186=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #108BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BBA is #EF7445. Grayscale: #6B6B6B. Windows color (decimal): -15692870 or 12225296. OLE color: 12225296.

HSL color Cylindrical-coordinate representation of color #108BBA: hue angle of 196.59º degrees, saturation: 0.84, 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 #108BBA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16139186-
CMYK0.910.2500.27
HSL196.59º84.16%39.61%-
HSV(B)196.59º91.4%72.94%-
XYZ18.3122.1249.76-
YUV107.58172.2562.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=4.69%
G=40.76%
B=54.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161391860.910.2500.27196.5984.1639.61
Hex108BBA5B1901Bc55428
Octal202132721333103330512450
Binary100001000101110111010101101111001011011110001011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108BBA; }

 p { color: rgb(16,139,186); }

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

<style>
 a { background-color: #108BBA; }

 a { background-color: rgb(16,139,186); }

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

<style>
 span { border-color: #108BBA; }

 span { border-color: rgb(16,139,186); }

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