#128BB4

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

Shades of Bondi Blue #128BB4

Tints of Bondi Blue #128BB4

Color information

#128BB4 (or 0x128BB4) is unknown color: approx Bondi Blue. HEX triplet: 12, 8B and B4. RGB value is (18,139,180). Sum of RGB (Red+Green+Blue) = 18+139+180=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #128BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BB4 is #ED744B. Grayscale: #6B6B6B. Windows color (decimal): -15561804 or 11832082. OLE color: 11832082.

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

Color convert

RGB18139180-
CMYK0.90.2300.29
HSL195.19º81.82%38.82%-
HSV(B)195.19º90%70.59%-
XYZ17.7221.8946.47-
YUV107.49168.9164.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=5.34%
G=41.25%
B=53.41%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181391800.90.2300.29195.1981.8238.82
Hex128BB45A1701Dc35227
Octal222132641322703530312247
Binary100101000101110110100101101010111011101110000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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