#109FB7

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

Shades of Bondi Blue #109FB7

Tints of Bondi Blue #109FB7

Color information

#109FB7 (or 0x109FB7) is unknown color: approx Bondi Blue. HEX triplet: 10, 9F and B7. RGB value is (16,159,183). Sum of RGB (Red+Green+Blue) = 16+159+183=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #109FB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FB7 is #EF6048. Grayscale: #767676. Windows color (decimal): -15687753 or 12033808. OLE color: 12033808.

HSL color Cylindrical-coordinate representation of color #109FB7: hue angle of 188.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FB7 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16159183-
CMYK0.910.1300.28
HSL188.62º83.92%39.02%-
HSV(B)188.62º91.26%71.76%-
XYZ21.1628.3349.15-
YUV118.98164.1254.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.47%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 183 (71.88% from 255) = 51.12%
R=4.47%
G=44.41%
B=51.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161591830.910.1300.28188.6283.9239.02
Hex109FB75BD01Cbd5427
Octal202372671331503427512447
Binary10000100111111011011110110111101011100101111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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