#129CBB

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

Shades of Bondi Blue #129CBB

Tints of Bondi Blue #129CBB

Color information

#129CBB (or 0x129CBB) is unknown color: approx Bondi Blue. HEX triplet: 12, 9C and BB. RGB value is (18,156,187). Sum of RGB (Red+Green+Blue) = 18+156+187=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #129CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBB is #ED6344. Grayscale: #767676. Windows color (decimal): -15557445 or 12295186. OLE color: 12295186.

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

Color convert

RGB18156187-
CMYK0.900.1700.27
HSL191.01º82.44%40.2%-
HSV(B)191.01º90.37%73.33%-
XYZ21.1127.4951.21-
YUV118.27166.7856.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=4.99%
G=43.21%
B=51.80%

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
Decimal181561870.900.1700.27191.0182.4440.2
Hex129CBB5A1101Bbf5228
Octal222342731322103327712250
Binary100101001110010111011101101010001011011101111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,156,187); }

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

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

 a { background-color: rgb(18,156,187); }

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

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

 span { border-color: rgb(18,156,187); }

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