#109FB0

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

Shades of Bondi Blue #109FB0

Tints of Bondi Blue #109FB0

Color information

#109FB0 (or 0x109FB0) is unknown color: approx Bondi Blue. HEX triplet: 10, 9F and B0. RGB value is (16,159,176). Sum of RGB (Red+Green+Blue) = 16+159+176=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #109FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FB0 is #EF604F. Grayscale: #757575. Windows color (decimal): -15687760 or 11575056. OLE color: 11575056.

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

Color convert

RGB16159176-
CMYK0.910.1000.31
HSL186.38º83.33%37.65%-
HSV(B)186.38º90.91%69.02%-
XYZ20.4528.0445.41-
YUV118.18160.6255.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.56%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=4.56%
G=45.30%
B=50.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161591760.910.1000.31186.3883.3337.65
Hex109FB05BA01Fba5326
Octal202372601331203727212346
Binary10000100111111011000010110111010011111101110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109FB0; }

 p { color: rgb(16,159,176); }

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

<style>
 a { background-color: #109FB0; }

 a { background-color: rgb(16,159,176); }

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

<style>
 span { border-color: #109FB0; }

 span { border-color: rgb(16,159,176); }

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