#1096BA

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

Shades of Bondi Blue #1096BA

Tints of Bondi Blue #1096BA

Color information

#1096BA (or 0x1096BA) is unknown color: approx Bondi Blue. HEX triplet: 10, 96 and BA. RGB value is (16,150,186). Sum of RGB (Red+Green+Blue) = 16+150+186=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1096BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096BA is #EF6945. Grayscale: #717171. Windows color (decimal): -15690054 or 12228112. OLE color: 12228112.

HSL color Cylindrical-coordinate representation of color #1096BA: hue angle of 192.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1096BA is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16150186-
CMYK0.910.1900.27
HSL192.71º84.16%39.61%-
HSV(B)192.71º91.4%72.94%-
XYZ19.9825.4750.32-
YUV114.04168.6158.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.55%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=4.55%
G=42.61%
B=52.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161501860.910.1900.27192.7184.1639.61
Hex1096BA5B1301Bc15428
Octal202262721332303330112450
Binary100001001011010111010101101110011011011110000011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1096BA; }

 p { color: rgb(16,150,186); }

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

<style>
 a { background-color: #1096BA; }

 a { background-color: rgb(16,150,186); }

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

<style>
 span { border-color: #1096BA; }

 span { border-color: rgb(16,150,186); }

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