#128BB6

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

Shades of Bondi Blue #128BB6

Tints of Bondi Blue #128BB6

Color information

#128BB6 (or 0x128BB6) is unknown color: approx Bondi Blue. HEX triplet: 12, 8B and B6. RGB value is (18,139,182). Sum of RGB (Red+Green+Blue) = 18+139+182=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #128BB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BB6 is #ED7449. Grayscale: #6B6B6B. Windows color (decimal): -15561802 or 11963154. OLE color: 11963154.

HSL color Cylindrical-coordinate representation of color #128BB6: hue angle of 195.73º 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 #128BB6 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18139182-
CMYK0.900.2400.29
HSL195.73º82%39.22%-
HSV(B)195.73º90.11%71.37%-
XYZ17.9321.9747.55-
YUV107.72169.9164-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=5.31%
G=41.00%
B=53.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181391820.900.2400.29195.738239.22
Hex128BB65A1801Dc45227
Octal222132661323003530412247
Binary100101000101110110110101101011000011101110001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128BB6; }

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

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

<style>
 a { background-color: #128BB6; }

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

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

<style>
 span { border-color: #128BB6; }

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

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