#109FB2

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

Shades of Bondi Blue #109FB2

Tints of Bondi Blue #109FB2

Color information

#109FB2 (or 0x109FB2) is unknown color: approx Bondi Blue. HEX triplet: 10, 9F and B2. RGB value is (16,159,178). Sum of RGB (Red+Green+Blue) = 16+159+178=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #109FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FB2 is #EF604D. Grayscale: #767676. Windows color (decimal): -15687758 or 11706128. OLE color: 11706128.

HSL color Cylindrical-coordinate representation of color #109FB2: hue angle of 187.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FB2 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16159178-
CMYK0.910.1100.30
HSL187.04º83.51%38.04%-
HSV(B)187.04º91.01%69.8%-
XYZ20.6528.1246.46-
YUV118.41161.6254.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=4.53%
G=45.04%
B=50.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161591780.910.1100.30187.0483.5138.04
Hex109FB25BB01Ebb5426
Octal202372621331303627312446
Binary10000100111111011001010110111011011110101110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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