#1095B9

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

Shades of Bondi Blue #1095B9

Tints of Bondi Blue #1095B9

Color information

#1095B9 (or 0x1095B9) is unknown color: approx Bondi Blue. HEX triplet: 10, 95 and B9. RGB value is (16,149,185). Sum of RGB (Red+Green+Blue) = 16+149+185=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #1095B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095B9 is #EF6A46. Grayscale: #717171. Windows color (decimal): -15690311 or 12162320. OLE color: 12162320.

HSL color Cylindrical-coordinate representation of color #1095B9: hue angle of 192.78º 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 #1095B9 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16149185-
CMYK0.910.1900.27
HSL192.78º84.08%39.41%-
HSV(B)192.78º91.35%72.55%-
XYZ19.7225.1149.71-
YUV113.34168.4458.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.57%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=4.57%
G=42.57%
B=52.86%

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
Decimal161491850.910.1900.27192.7884.0839.41
Hex1095B95B1301Bc15427
Octal202252711332303330112447
Binary100001001010110111001101101110011011011110000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1095B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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