#129AB6

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

Shades of Bondi Blue #129AB6

Tints of Bondi Blue #129AB6

Color information

#129AB6 (or 0x129AB6) is unknown color: approx Bondi Blue. HEX triplet: 12, 9A and B6. RGB value is (18,154,182). Sum of RGB (Red+Green+Blue) = 18+154+182=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #129AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AB6 is #ED6549. Grayscale: #747474. Windows color (decimal): -15557962 or 11966994. OLE color: 11966994.

HSL color Cylindrical-coordinate representation of color #129AB6: hue angle of 190.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB6 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18154182-
CMYK0.900.1500.29
HSL190.24º82%39.22%-
HSV(B)190.24º90.11%71.37%-
XYZ20.2526.6248.33-
YUV116.53164.9457.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 182 (71.48% from 255) = 51.41%
R=5.08%
G=43.50%
B=51.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181541820.900.1500.29190.248239.22
Hex129AB65AF01Dbe5227
Octal222322661321703527612247
Binary10010100110101011011010110101111011101101111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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