#128FC0

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

Shades of Bondi Blue #128FC0

Tints of Bondi Blue #128FC0

Color information

#128FC0 (or 0x128FC0) is unknown color: approx Bondi Blue. HEX triplet: 12, 8F and C0. RGB value is (18,143,192). Sum of RGB (Red+Green+Blue) = 18+143+192=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #128FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FC0 is #ED703F. Grayscale: #6E6E6E. Windows color (decimal): -15560768 or 12619538. OLE color: 12619538.

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

Color convert

RGB18143192-
CMYK0.910.2600.25
HSL196.9º82.86%41.18%-
HSV(B)196.9º90.62%75.29%-
XYZ19.5923.5853.39-
YUV111.21173.5961.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=5.10%
G=40.51%
B=54.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181431920.910.2600.25196.982.8641.18
Hex128FC05B1A019c55329
Octal222173001333203130512351
Binary100101000111111000000101101111010011001110001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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