#128CB7

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

Shades of Bondi Blue #128CB7

Tints of Bondi Blue #128CB7

Color information

#128CB7 (or 0x128CB7) is unknown color: approx Bondi Blue. HEX triplet: 12, 8C and B7. RGB value is (18,140,183). Sum of RGB (Red+Green+Blue) = 18+140+183=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #128CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CB7 is #ED7348. Grayscale: #6C6C6C. Windows color (decimal): -15561545 or 12028946. OLE color: 12028946.

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

Color convert

RGB18140183-
CMYK0.900.2300.28
HSL195.64º82.09%39.41%-
HSV(B)195.64º90.16%71.76%-
XYZ18.1722.348.15-
YUV108.42170.0863.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.28%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 183 (71.88% from 255) = 53.67%
R=5.28%
G=41.06%
B=53.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181401830.900.2300.28195.6482.0939.41
Hex128CB75A1701Cc45227
Octal222142671322703430412247
Binary100101000110010110111101101010111011100110001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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