#128FAC

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

Shades of Bondi Blue #128FAC

Tints of Bondi Blue #128FAC

Color information

#128FAC (or 0x128FAC) is unknown color: approx Bondi Blue. HEX triplet: 12, 8F and AC. RGB value is (18,143,172). Sum of RGB (Red+Green+Blue) = 18+143+172=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #128FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FAC is #ED7053. Grayscale: #6C6C6C. Windows color (decimal): -15560788 or 11308818. OLE color: 11308818.

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

Color convert

RGB18143172-
CMYK0.900.1700.33
HSL191.3º81.05%37.25%-
HSV(B)191.3º89.53%67.45%-
XYZ17.5222.7542.5-
YUV108.93163.5963.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=5.41%
G=42.94%
B=51.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181431720.900.1700.33191.381.0537.25
Hex128FAC5A11021bf5125
Octal222172541322104127712145
Binary1001010001111101011001011010100010100001101111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,172); }

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

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

 a { background-color: rgb(18,143,172); }

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

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

 span { border-color: rgb(18,143,172); }

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