#108AAF

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

Shades of Bondi Blue #108AAF

Tints of Bondi Blue #108AAF

Color information

#108AAF (or 0x108AAF) is unknown color: approx Bondi Blue. HEX triplet: 10, 8A and AF. RGB value is (16,138,175). Sum of RGB (Red+Green+Blue) = 16+138+175=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #108AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108AAF is #EF7550. Grayscale: #696969. Windows color (decimal): -15693137 or 11504144. OLE color: 11504144.

HSL color Cylindrical-coordinate representation of color #108AAF: hue angle of 193.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108AAF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16138175-
CMYK0.910.2100.31
HSL193.96º83.25%37.45%-
HSV(B)193.96º90.86%68.63%-
XYZ17.0421.3843.79-
YUV105.74167.0863.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.86%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=4.86%
G=41.95%
B=53.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161381750.910.2100.31193.9683.2537.45
Hex108AAF5B1501Fc25325
Octal202122571332503730212345
Binary100001000101010101111101101110101011111110000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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