#128AAD

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

Shades of Bondi Blue #128AAD

Tints of Bondi Blue #128AAD

Color information

#128AAD (or 0x128AAD) is unknown color: approx Bondi Blue. HEX triplet: 12, 8A and AD. RGB value is (18,138,173). Sum of RGB (Red+Green+Blue) = 18+138+173=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #128AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AAD is #ED7552. Grayscale: #696969. Windows color (decimal): -15562067 or 11373074. OLE color: 11373074.

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

Color convert

RGB18138173-
CMYK0.900.2000.32
HSL193.55º81.15%37.45%-
HSV(B)193.55º89.6%67.84%-
XYZ16.8821.3242.76-
YUV106.11165.7465.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=5.47%
G=41.95%
B=52.58%

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
Decimal181381730.900.2000.32193.5581.1537.45
Hex128AAD5A14020c25125
Octal222122551322404030212145
Binary1001010001010101011011011010101000100000110000101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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