#128DBD

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

Shades of Bondi Blue #128DBD

Tints of Bondi Blue #128DBD

Color information

#128DBD (or 0x128DBD) is unknown color: approx Bondi Blue. HEX triplet: 12, 8D and BD. RGB value is (18,141,189). Sum of RGB (Red+Green+Blue) = 18+141+189=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #128DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DBD is #ED7242. Grayscale: #6D6D6D. Windows color (decimal): -15561283 or 12422418. OLE color: 12422418.

HSL color Cylindrical-coordinate representation of color #128DBD: hue angle of 196.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DBD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18141189-
CMYK0.900.2500.26
HSL196.84º82.61%40.59%-
HSV(B)196.84º90.48%74.12%-
XYZ18.9622.8551.56-
YUV109.7172.7562.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=5.17%
G=40.52%
B=54.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181411890.900.2500.26196.8482.6140.59
Hex128DBD5A1901Ac55329
Octal222152751323103230512351
Binary100101000110110111101101101011001011010110001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,189); }

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

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

 a { background-color: rgb(18,141,189); }

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

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

 span { border-color: rgb(18,141,189); }

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