#128BB7

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

Shades of Bondi Blue #128BB7

Tints of Bondi Blue #128BB7

Color information

#128BB7 (or 0x128BB7) is unknown color: approx Bondi Blue. HEX triplet: 12, 8B and B7. RGB value is (18,139,183). Sum of RGB (Red+Green+Blue) = 18+139+183=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #128BB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BB7 is #ED7448. Grayscale: #6B6B6B. Windows color (decimal): -15561801 or 12028690. OLE color: 12028690.

HSL color Cylindrical-coordinate representation of color #128BB7: hue angle of 196º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128BB7 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18139183-
CMYK0.900.2400.28
HSL196º82.09%39.41%-
HSV(B)196º90.16%71.76%-
XYZ18.0322.0148.1-
YUV107.84170.4163.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=5.29%
G=40.88%
B=53.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181391830.900.2400.2819682.0939.41
Hex128BB75A1801Cc45227
Octal222132671323003430412247
Binary100101000101110110111101101011000011100110001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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