#108AB6

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

Shades of Bondi Blue #108AB6

Tints of Bondi Blue #108AB6

Color information

#108AB6 (or 0x108AB6) is unknown color: approx Bondi Blue. HEX triplet: 10, 8A and B6. RGB value is (16,138,182). Sum of RGB (Red+Green+Blue) = 16+138+182=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #108AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108AB6 is #EF7549. Grayscale: #6A6A6A. Windows color (decimal): -15693130 or 11962896. OLE color: 11962896.

HSL color Cylindrical-coordinate representation of color #108AB6: hue angle of 195.9º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108AB6 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16138182-
CMYK0.910.2400.29
HSL195.9º83.84%38.82%-
HSV(B)195.9º91.21%71.37%-
XYZ17.7521.6647.5-
YUV106.54170.5863.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.76%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=4.76%
G=41.07%
B=54.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161381820.910.2400.29195.983.8438.82
Hex108AB65B1801Dc45427
Octal202122661333003530412447
Binary100001000101010110110101101111000011101110001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,138,182); }

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

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

 a { background-color: rgb(16,138,182); }

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

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

 span { border-color: rgb(16,138,182); }

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