#128BAD

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

Shades of Bondi Blue #128BAD

Tints of Bondi Blue #128BAD

Color information

#128BAD (or 0x128BAD) is unknown color: approx Bondi Blue. HEX triplet: 12, 8B and AD. RGB value is (18,139,173). Sum of RGB (Red+Green+Blue) = 18+139+173=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #128BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BAD is #ED7452. Grayscale: #6A6A6A. Windows color (decimal): -15561811 or 11373330. OLE color: 11373330.

HSL color Cylindrical-coordinate representation of color #128BAD: hue angle of 193.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128BAD is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18139173-
CMYK0.900.2000.32
HSL193.16º81.15%37.45%-
HSV(B)193.16º89.6%67.84%-
XYZ17.0221.6142.81-
YUV106.7165.4164.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=5.45%
G=42.12%
B=52.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181391730.900.2000.32193.1681.1537.45
Hex128BAD5A14020c15125
Octal222132551322404030112145
Binary1001010001011101011011011010101000100000110000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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