#1096B9

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

Shades of Bondi Blue #1096B9

Tints of Bondi Blue #1096B9

Color information

#1096B9 (or 0x1096B9) is unknown color: approx Bondi Blue. HEX triplet: 10, 96 and B9. RGB value is (16,150,185). Sum of RGB (Red+Green+Blue) = 16+150+185=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #1096B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096B9 is #EF6946. Grayscale: #717171. Windows color (decimal): -15690055 or 12162576. OLE color: 12162576.

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

Color convert

RGB16150185-
CMYK0.910.1900.27
HSL192.43º84.08%39.41%-
HSV(B)192.43º91.35%72.55%-
XYZ19.8825.4349.76-
YUV113.92168.1158.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.56%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 185 (72.66% from 255) = 52.71%
R=4.56%
G=42.74%
B=52.71%

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
Decimal161501850.910.1900.27192.4384.0839.41
Hex1096B95B1301Bc05427
Octal202262711332303330012447
Binary100001001011010111001101101110011011011110000001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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