#1289B9

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

Shades of Bondi Blue #1289B9

Tints of Bondi Blue #1289B9

Color information

#1289B9 (or 0x1289B9) is unknown color: approx Bondi Blue. HEX triplet: 12, 89 and B9. RGB value is (18,137,185). Sum of RGB (Red+Green+Blue) = 18+137+185=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #1289B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289B9 is #ED7646. Grayscale: #6A6A6A. Windows color (decimal): -15562311 or 12159250. OLE color: 12159250.

HSL color Cylindrical-coordinate representation of color #1289B9: hue angle of 197.25º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1289B9 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18137185-
CMYK0.900.2600.27
HSL197.25º82.27%39.8%-
HSV(B)197.25º90.27%72.55%-
XYZ17.9521.5249.11-
YUV106.89172.0864.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 185 (72.66% from 255) = 54.41%
R=5.29%
G=40.29%
B=54.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181371850.900.2600.27197.2582.2739.8
Hex1289B95A1A01Bc55228
Octal222112711323203330512250
Binary100101000100110111001101101011010011011110001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1289B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,137,185); }

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

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

 a { background-color: rgb(18,137,185); }

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

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

 span { border-color: rgb(18,137,185); }

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