#129AB9

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

Shades of Bondi Blue #129AB9

Tints of Bondi Blue #129AB9

Color information

#129AB9 (or 0x129AB9) is unknown color: approx Bondi Blue. HEX triplet: 12, 9A and B9. RGB value is (18,154,185). Sum of RGB (Red+Green+Blue) = 18+154+185=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #129AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AB9 is #ED6546. Grayscale: #747474. Windows color (decimal): -15557959 or 12163602. OLE color: 12163602.

HSL color Cylindrical-coordinate representation of color #129AB9: hue angle of 191.14º 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 #129AB9 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18154185-
CMYK0.900.1700.27
HSL191.14º82.27%39.8%-
HSV(B)191.14º90.27%72.55%-
XYZ20.5626.7449.98-
YUV116.87166.4457.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.04%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 185 (72.66% from 255) = 51.82%
R=5.04%
G=43.14%
B=51.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181541850.900.1700.27191.1482.2739.8
Hex129AB95A1101Bbf5228
Octal222322711322103327712250
Binary100101001101010111001101101010001011011101111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129AB9; }

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

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

<style>
 a { background-color: #129AB9; }

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

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

<style>
 span { border-color: #129AB9; }

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

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